File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,8 @@ jobs:
459459 fetch-tags : false
460460 # Check out the unmerged source branch for `pull_request`-triggered runs;
461461 # otherwise use the tip of the branch for `workflow_dispatch` and `pull` triggers.
462- ref : ${{ github.head_ref || github.ref }}
462+ ref : ${{ github.event.pull_request.head.ref || github.ref }}
463+ repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
463464
464465 - name : PrepareRelease
465466 run : maint/PrepareRelease
@@ -485,6 +486,6 @@ jobs:
485486 git config user.name "github-actions[bot]"
486487 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
487488 git add -u
488- git commit -m "Sync autogenerated files"
489+ git commit -m "Sync autogenerated files #noupdate "
489490 git push
490491 fi
You can’t perform that action at this time.
0 commit comments