We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6c93c commit e257deaCopy full SHA for e257dea
1 file changed
.github/workflows/export-cmor-cvs-table.yaml
@@ -25,8 +25,8 @@ jobs:
25
ESGVOC_FORK: "znichollscr"
26
ESGVOC_REVISION: "7b2cd240829ee30e3500ce4dbe6b6ce70bcc3ba8"
27
# Modify these as needed
28
- UNIVERSE_CVS_FORK: "WCRP-CMIP"
29
- UNIVERSE_CVS_BRANCH: "esgvoc_dev"
+ UNIVERSE_CVS_FORK: "znichollscr"
+ UNIVERSE_CVS_BRANCH: "update-data-specs-version"
30
CMIP7_CVS_FORK: ${{ github.event.pull_request.head.repo.owner.login }}
31
CMIP7_CVS_BRANCH: ${{ github.head_ref || github.ref_name }}
32
run: |
0 commit comments