Skip to content

Commit a0d6b25

Browse files
authored
Reference PR head
1 parent 9a897b9 commit a0d6b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-sample-issue-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
git config user.email "github-actions[bot]@users.noreply.github.com"
3535
git add .github/ISSUE_TEMPLATE/sample_issue.yml
3636
git commit -m "Auto-generate sample issue template from CODEOWNERS" || echo "No changes to commit"
37-
git push
37+
git push origin HEAD:${{ github.head_ref }}

0 commit comments

Comments
 (0)