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 a43c52e commit 2c53618Copy full SHA for 2c53618
.github/workflows/changelog.yml
@@ -24,4 +24,6 @@ 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:main
+ git push origin HEAD:$REF
28
+ env:
29
+ REF: "refs/deploy-bot/${{ github.run_id }}/merge"
0 commit comments