diff options
| author | Jose Santiago Vales Mena <[email protected]> | 2025-08-11 11:50:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-11 11:50:05 -0700 |
| commit | a0d6b25283bcde2dd8be1ccf40ccec9040d79676 (patch) | |
| tree | 6ffc368a386da82453e2eacf8d60cb13e3ee47c1 | |
| parent | 9a897b97d981a715226a3c11b5578285ef747f2b (diff) | |
Reference PR head
| -rw-r--r-- | .github/workflows/generate-sample-issue-template.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/generate-sample-issue-template.yml b/.github/workflows/generate-sample-issue-template.yml index 001fe01d..e0a60173 100644 --- a/.github/workflows/generate-sample-issue-template.yml +++ b/.github/workflows/generate-sample-issue-template.yml @@ -34,4 +34,4 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add .github/ISSUE_TEMPLATE/sample_issue.yml git commit -m "Auto-generate sample issue template from CODEOWNERS" || echo "No changes to commit" - git push + git push origin HEAD:${{ github.head_ref }} |
