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 3a0afc2 commit a43c52eCopy full SHA for a43c52e
.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 origin HEAD:${{ github.event.pull_request.head.sha }}
+ git push origin HEAD:main
0 commit comments