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 9a897b9 commit a0d6b25Copy full SHA for a0d6b25
.github/workflows/generate-sample-issue-template.yml
@@ -34,4 +34,4 @@ jobs:
34
git config user.email "github-actions[bot]@users.noreply.github.com"
35
git add .github/ISSUE_TEMPLATE/sample_issue.yml
36
git commit -m "Auto-generate sample issue template from CODEOWNERS" || echo "No changes to commit"
37
- git push
+ git push origin HEAD:${{ github.head_ref }}
0 commit comments