We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b38fb1 commit 4108378Copy full SHA for 4108378
.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
+ git push origin HEAD:changelog
0 commit comments