Skip to content

Commit

Permalink
Update compile_changelogs.yml
Browse files Browse the repository at this point in the history
where did the -a and pipe go
  • Loading branch information
d3athrow authored Jun 25, 2024
1 parent f73434a commit a800ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "D3athrow-Issues"
if [ -n "$(git status --porcelain)" ]; then
git commit -m "Automatic changelog compile [ci skip]"
git commit -m "Automatic changelog compile [ci skip]" -a || true
fi
git pull origin Bleeding-Edge --rebase
- name: Push
Expand Down

0 comments on commit a800ca4

Please sign in to comment.