From c748ceac69e28ac3c932245d68b3257a5bccb956 Mon Sep 17 00:00:00 2001 From: eenaree Date: Mon, 18 Mar 2024 00:01:32 +0900 Subject: [PATCH] fix time issue where local server and Github Action server --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9157f..6b1f6a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: cron: runs-on: ubuntu-latest timeout-minutes: 10 + env: + TZ: Asia/Seoul steps: - uses: actions/checkout@v4