We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6f8aa commit 9b8d4f4Copy full SHA for 9b8d4f4
.github/workflows/format-and-fix.yml
@@ -33,5 +33,5 @@ jobs:
33
# actions/checkout fetches only a single commit in a detached HEAD state. Therefore
34
# we need to pass the current branch, otherwise we can't commit the changes.
35
# 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 }}
+# - name: Commit & push
+# run: ./scripts/commit-formatted-code.sh ${{ steps.extract_branch.outputs.branch }}
0 commit comments