Skip to content

Commit 427052b

Browse files
committed
Fix reference to record id
1 parent bf65a2f commit 427052b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prepare_test_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
mkdir -p test_data
5858
cd test_data
59-
zenodo_get $ZENODO_RECORD_ID
59+
zenodo_get ${{ inputs.zenodo_record_id }}
6060
cd -
6161
6262
- name: Create compressed archive
@@ -71,7 +71,7 @@ jobs:
7171
${{ env.RELEASE_TAG_TEMPLATE }}${{ inputs.zenodo_record_id }} \
7272
--prerelease \
7373
--title ${{ env.RELEASE_TAG_TEMPLATE }}${{ inputs.zenodo_record_id }} \
74-
--notes "Automated test data release for Zenodo record ID $ZENODO_RECORD_ID" \
74+
--notes "Automated test data release for Zenodo record ID ${{ inputs.zenodo_record_id }}" \
7575
${{ env.ARCHIVE_NAME }}
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)