Skip to content

Commit 5cb8506

Browse files
authored
Update 99-auto-format-dependabot-prettier-updates.yml
1 parent 86484ab commit 5cb8506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/99-auto-format-dependabot-prettier-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
git checkout ${{ github.head_ref }} # This ensures we're on the PR branch
5252
5353
git add .
54-
git commit -m "Auto-format codebase with Prettier" || echo "No changes to commit"
54+
git commit -a -m "Auto-format codebase with Prettier" || echo "No changes to commit"
5555
git push origin HEAD:${{ github.head_ref }} # Push back to the same PR branch

0 commit comments

Comments
 (0)