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: