We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb8506 commit b8e60bdCopy full SHA for b8e60bd
.github/workflows/99-auto-format-dependabot-prettier-updates.yml
@@ -44,12 +44,7 @@ jobs:
44
run: |
45
git config --global user.name 'github-actions[bot]'
46
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
47
-
48
- git status
49
50
- # Checkout the PR branch (already done by actions/checkout)
51
- git checkout ${{ github.head_ref }} # This ensures we're on the PR branch
52
53
git add .
54
- git commit -a -m "Auto-format codebase with Prettier" || echo "No changes to commit"
+ git commit --all -m "Auto-format codebase with Prettier" || echo "No changes to commit"
55
git push origin HEAD:${{ github.head_ref }} # Push back to the same PR branch
0 commit comments