From a0d6b25283bcde2dd8be1ccf40ccec9040d79676 Mon Sep 17 00:00:00 2001 From: Jose Santiago Vales Mena <34700620+5an7y@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:50:05 -0700 Subject: Reference PR head --- .github/workflows/generate-sample-issue-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 }} -- cgit v1.3.1