From a97d4532904b674c70bad8e844e375a95b752a20 Mon Sep 17 00:00:00 2001 From: Rufei Zhou Date: Mon, 7 Apr 2025 01:19:13 -0700 Subject: [PATCH] fix tz --- .gitea/workflows/refresh.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index 510805c..ca7f4ee 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -47,7 +47,7 @@ jobs: run: poetry install --no-interaction --no-root - name: Get current time id: time - run: echo "::set-output name=time::$(date +'%Y-%m-%d %H:%M %p')" + run: echo "::set-output name=time::$(TZ='America/Los_Angeles' date +'%Y-%m-%d %H:%M %p')" #---------------------------------------------- # install and run the project #---------------------------------------------- @@ -68,7 +68,6 @@ jobs: uses: christopherhx/gitea-download-artifact@v4 with: name: calendars - path: calendars - name: Create new release uses: akkuman/gitea-release-action@v1 with: