diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6a192bc..0f5b5f4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -39,7 +39,7 @@ jobs: - name: Cache app/temp/cookie.json uses: actions/cache@v3 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') }} restore-keys: | ${{ runner.os }}-cookie-