We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022f0d5 commit c029a74Copy full SHA for c029a74
1 file changed
.github/workflows/export-cmor-cvs-table.yaml
@@ -28,7 +28,7 @@ jobs:
28
UNIVERSE_CVS_FORK: "znichollscr"
29
UNIVERSE_CVS_BRANCH: "esgvoc-zn"
30
CMIP7_CVS_FORK: ${{ github.repository_owner }}
31
- CMIP7_CVS_BRANCH: ${{ github.sha }}
+ CMIP7_CVS_BRANCH: ${{ github.head_ref | github.ref_name }}
32
run: |
33
echo $CMIP7_CVS_FORK
34
echo $CMIP7_CVS_BRANCH
0 commit comments