We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0def573 commit 1c9e1c8Copy full SHA for 1c9e1c8
1 file changed
.github/workflows/export-cmor-cvs-table.yaml
@@ -25,8 +25,8 @@ jobs:
25
ESGVOC_FORK: "znichollscr"
26
ESGVOC_REVISION: "6f75519f4bf1a6965b4121509256a6ecdd7ec431"
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