Skip to content

Commit

Permalink
Fix filename reference for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
evie-lau committed Jan 7, 2025
1 parent f98ce17 commit b36c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-tvdb-seasons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('validate-tvdb.py') }}
key: ${{ env.pythonLocation }}-${{ hashFiles('validate-tvdb-seasons.py') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b36c1a4

Please sign in to comment.