From 1d63a33e089eb92e71bf299ad524ce9e3698fdb6 Mon Sep 17 00:00:00 2001 From: Jonathan Eisenhamer Date: Sun, 23 Feb 2025 09:56:46 -0500 Subject: [PATCH] Update .github/workflows/download_data.yml Co-authored-by: Zach Burnett --- .github/workflows/download_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download_data.yml b/.github/workflows/download_data.yml index c305ec5e4..f8083575a 100644 --- a/.github/workflows/download_data.yml +++ b/.github/workflows/download_data.yml @@ -82,7 +82,7 @@ jobs: - id: version run: echo "version=$(cat ${{ steps.cache_path.outputs.cache_path }}/stpsf-data/version.txt)" >> $GITHUB_OUTPUT - id: cache_key - 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=stpsf-data-${{ (github.event_name == 'schedule' || github.event_name == 'release') && 'mini' || inputs.minimal && 'mini' || 'full' }}-${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT - uses: actions/cache/save@v4 with: path: ${{ runner.temp }}/data/