mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
date hms
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- run: npm start
|
||||
- name: Set date
|
||||
id: date_step
|
||||
run: echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
run: echo "today=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "calendar updates on ${{ env.today }}"
|
||||
|
||||
Reference in New Issue
Block a user