Auth Cache

This commit is contained in:
암냥 2025-02-02 14:12:18 +09:00 committed by GitHub
commit 96748fb97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -36,11 +36,11 @@ jobs:
${{ runner.os }}-pip-
# Cache cookie.json
- name: Cache app/temp/cookie.json
- name: Cache app/temp/auth
uses: actions/cache@v3
with:
path: /home/runner/work/today.isangjeong/today.isangjeong/app/temp/cookie.json
key: ${{ runner.os }}-cookie-${{ hashFiles('app/temp/cookie.json') }}
path: /home/runner/work/today.isangjeong/today.isangjeong/app/temp/auth
key: ${{ runner.os }}-cookie-${{ hashFiles('/home/runner/work/today.isangjeong/today.isangjeong/app/temp/auth') }}
restore-keys: |
${{ runner.os }}-cookie-