Skip to content

Commit 50a94c5

Browse files
committed
Fix zenodo record ID usage
1 parent a2f59a8 commit 50a94c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/cache@v4
3737
with:
3838
path: ${{ steps.set-path.outputs.data_dir }}
39-
key: eitprocessing-testdata-zenodo.$ZENODO_RECORD_ID
39+
key: eitprocessing-testdata-zenodo.${{ env.ZENODO_RECORD_ID }}
4040
- name: Install zenodo-get
4141
if: steps.cache.outputs.cache-hit != 'true'
4242
run: python3 -m pip install zenodo-get

.github/workflows/release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/cache@v4
9797
with:
9898
path: ${{ steps.set-path.outputs.data_dir }}
99-
key: eitprocessing-testdata-zenodo.$ZENODO_RECORD_ID
99+
key: eitprocessing-testdata-zenodo.${{ env.ZENODO_RECORD_ID }}
100100
- name: Install zenodo-get
101101
if: steps.cache.outputs.cache-hit != 'true'
102102
run: python3 -m pip install zenodo-get

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/cache@v4
4242
with:
4343
path: ${{ steps.set-path.outputs.data_dir }}
44-
key: eitprocessing-testdata-zenodo.$ZENODO_RECORD_ID
44+
key: eitprocessing-testdata-zenodo.${{ env.ZENODO_RECORD_ID }}
4545
- name: Install zenodo-get
4646
if: steps.cache.outputs.cache-hit != 'true'
4747
run: python3 -m pip install zenodo-get

0 commit comments

Comments
 (0)