Skip to content

Commit 2c53618

Browse files
committed
fix: head sha
1 parent a43c52e commit 2c53618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2525
git add .
2626
git commit -m "chore(docs): update CHANGELOG for latest tag"
27-
git push origin HEAD:main
27+
git push origin HEAD:$REF
28+
env:
29+
REF: "refs/deploy-bot/${{ github.run_id }}/merge"

0 commit comments

Comments
 (0)