From b5ca5771512ea5dc170f9a22c18968d3fc711da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Sun, 2 Feb 2025 14:08:03 +0900 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-