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