fix tz
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: poetry install --no-interaction --no-root
|
run: poetry install --no-interaction --no-root
|
||||||
- name: Get current time
|
- name: Get current time
|
||||||
id: 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
|
# install and run the project
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
@@ -68,7 +68,6 @@ jobs:
|
|||||||
uses: christopherhx/gitea-download-artifact@v4
|
uses: christopherhx/gitea-download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: calendars
|
name: calendars
|
||||||
path: calendars
|
|
||||||
- name: Create new release
|
- name: Create new release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user