add gcal links
This commit is contained in:
@@ -47,10 +47,10 @@ jobs:
|
||||
run: poetry install --no-interaction --no-root
|
||||
- name: Get current time
|
||||
id: time
|
||||
run: echo "::set-output name=time::$(TZ='America/Los_Angeles' date +'%Y-%m-%d %H:%M %p')"
|
||||
run: echo "::set-output name=time::$(TZ='America/Los_Angeles' date +'%Y-%m-%d %I:%M %p')"
|
||||
- name: Get time tag
|
||||
id: time_tag
|
||||
run: echo "::set-output name=tag::$(TZ='America/Los_Angeles' date +'%Y-%m-%d_%H%M_%p')"
|
||||
run: echo "::set-output name=tag::$(TZ='America/Los_Angeles' date +'%Y-%m-%d_%I%M_%p')"
|
||||
#----------------------------------------------
|
||||
# install and run the project
|
||||
#----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user