Skip to content

Commit aa06986

Browse files
committed
More tweaks
1 parent b3ac145 commit aa06986

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/update-cmor-cvs-table-command.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
steps:
1717
- name: Check out repository
1818
uses: actions/checkout@v4
19+
with:
20+
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
21+
ref: ${{ github.event.client_payload.pull_request.head.ref }}
22+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1923

2024
- uses: actions/setup-python@v5
2125
with:
@@ -29,7 +33,7 @@ jobs:
2933
# Modify these as needed
3034
UNIVERSE_CVS_FORK: "znichollscr"
3135
UNIVERSE_CVS_BRANCH: "cmip-description"
32-
CMIP7_CVS_FORK: ${{ github.event.pull_request.head.repo.owner.login }}
36+
CMIP7_CVS_FORK: ${{ github.event.client_payload.pull_request.head.repo.owner.login }}
3337
CMIP7_CVS_BRANCH: ${{ github.head_ref || github.ref_name }}
3438
run: |
3539
which pip

0 commit comments

Comments
 (0)