Skip to content

Commit c99e809

Browse files
authored
Correction to CI config (#669)
1 parent 2ec34b9 commit c99e809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)