fix tz
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user