fix hash generation
Periodic refresh of events / Run-Scraper (push) Successful in 34s

This commit is contained in:
2025-04-07 02:18:37 -07:00
parent 7464659d78
commit 0f207b2ac9
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: output path: output
key: calendar-files-${{ hashFiles('outputs/**') }} key: calendar-files-${{ hashFiles('output/**') }}
#---------------------------------------------- #----------------------------------------------
# publish artifacts and release # publish artifacts and release
#---------------------------------------------- #----------------------------------------------