From b67b1e8267552d966ecb468ed42790e3fdf58c13 Mon Sep 17 00:00:00 2001 From: twil3akine Date: Mon, 18 Aug 2025 00:27:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20working=5Fdirectory=E3=81=AE=E8=A8=98?= =?UTF-8?q?=E8=BF=B0=E3=82=92=E5=89=8A=E9=99=A4=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - これは不要だったらしい。 - ~/data/data/になってエラーが発生してしまった。 --- .github/workflows/fetch.json.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fetch.json.yml b/.github/workflows/fetch.json.yml index 904a15b..7991cb3 100644 --- a/.github/workflows/fetch.json.yml +++ b/.github/workflows/fetch.json.yml @@ -26,12 +26,10 @@ jobs: - name: Install dependencies run: npm install - working-directory: data - + - name: Run fetch-json script run: node data/fetch-json.mjs - working-directory: data - + - name: Commit changes if updated run: | git config user.name "github-actions[bot]" @@ -42,5 +40,4 @@ jobs: else git commit -m "chore: update problems.json and problem_models.json" git push - fi - working-directory: data \ No newline at end of file + fi \ No newline at end of file