From ab64d388880214a0df66b381866da47538aa6163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Fri, 11 Oct 2024 19:18:05 -0700 Subject: [PATCH] Added `env.TZ` --- .github/workflows/sync-changes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-changes.yml b/.github/workflows/sync-changes.yml index 8235005..84014f1 100644 --- a/.github/workflows/sync-changes.yml +++ b/.github/workflows/sync-changes.yml @@ -9,6 +9,8 @@ jobs: build: if: (github.repository == 'adamlui/perplexity-omnibox') && (github.event.commits[0].committer.username != 'kudo-sync-bot') runs-on: ubuntu-latest + env: + TZ: PST8PDT steps: