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 8395aea commit 3c59e3bCopy full SHA for 3c59e3b
.github/workflows/changelog.yml
@@ -24,4 +24,4 @@ jobs:
24
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
25
git add .
26
git commit -m "chore(docs): update CHANGELOG for latest tag"
27
- git push
+ git push origin HEAD:${{ github.head_ref }}
0 commit comments