add gcal links

This commit is contained in:
2025-04-07 19:17:57 -07:00
parent 3fbfe72959
commit 5c992429f4
2 changed files with 21 additions and 3 deletions
+2 -2
View File
@@ -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
#----------------------------------------------