We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4108378 commit b63c535Copy full SHA for b63c535
.github/workflows/reports.yml
@@ -119,4 +119,4 @@ jobs:
119
git config --global user.email "github-action-bot@example.com"
120
git config --global user.name "GitHub Action Bot"
121
git commit -m "Updated README" -a || echo "No changes to commit"
122
- git push origin HEAD:changelog
+ git push origin HEAD:changelog -f
0 commit comments