Update python-app.yml
This commit is contained in:
parent
91dbac170b
commit
b5ca577151
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Cache app/temp/cookie.json
|
- name: Cache app/temp/cookie.json
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: app/temp/cookie.json
|
path: /home/runner/work/today.isangjeong/today.isangjeong/app/temp/cookie.json
|
||||||
key: ${{ runner.os }}-cookie-${{ hashFiles('app/temp/cookie.json') }}
|
key: ${{ runner.os }}-cookie-${{ hashFiles('app/temp/cookie.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cookie-
|
${{ runner.os }}-cookie-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue