We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc889a + 38ea258 commit f74578cCopy full SHA for f74578c
.github/workflows/download_data.yml
@@ -78,7 +78,7 @@ jobs:
78
- id: version
79
run: echo "version=$(cat ${{ steps.cache_path.outputs.cache_path }}/webbpsf-data/version.txt)" >> $GITHUB_OUTPUT
80
- id: cache_key
81
- run: echo "cache_key=webbpsf-data-${{ (github.event_name == 'schedule' || github.event_name == 'release') && 'mini' || inputs.minimal && 'mini' || 'full' }}-${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
+ run: echo "cache_key=webbpsf-data-mini-${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
82
- uses: actions/cache@v4
83
with:
84
path: ${{ runner.temp }}/data/
0 commit comments