We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb94c2 commit 5c85b1dCopy full SHA for 5c85b1d
1 file changed
.github/workflows/check-cmor-cvs-table.yaml
@@ -19,8 +19,8 @@ jobs:
19
20
- name: Update environment file
21
env:
22
- CMIP7_CVS_FORK: ${{ github.event.inputs.cmip7-cvs-fork }}
23
- CMIP7_CVS_BRANCH: ${{ github.event.inputs.cmip7-cvs-branch }}
+ CMIP7_CVS_FORK: ${{ github.event.pull_request.head.repo.owner.login }}
+ CMIP7_CVS_BRANCH: ${{ github.head_ref || github.ref_name }}
24
run: |
25
# Update the CMIP7 CVs fork and branch in the environment file
26
sed -i -e 's/CMIP7_CVS_FORK=.*/CMIP7_CVS_FORK='"${CMIP7_CVS_FORK}"'/g' cmor-cvs-creation.env
0 commit comments