Skip to content

Commit 9b8d4f4

Browse files
committed
don’t commit
1 parent 1c6f8aa commit 9b8d4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format-and-fix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
# actions/checkout fetches only a single commit in a detached HEAD state. Therefore
3434
# we need to pass the current branch, otherwise we can't commit the changes.
3535
# GITHUB_HEAD_REF is the name of the head branch. GitHub Actions only sets this for PRs.
36-
- name: Commit & push
37-
run: ./scripts/commit-formatted-code.sh ${{ steps.extract_branch.outputs.branch }}
36+
# - name: Commit & push
37+
# run: ./scripts/commit-formatted-code.sh ${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)