mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
add set date step
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -19,6 +19,11 @@ jobs:
|
||||
node-version: 20
|
||||
- run: npm install
|
||||
- run: npm start
|
||||
- name: Set date
|
||||
id: date-step
|
||||
run: echo "DATE=$(date)" >> $GITHUB_ENV
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
env:
|
||||
DATE: ${{ steps.date-step.outputs.DATE }}
|
||||
with:
|
||||
commit_message: "calendar updates ${date}"
|
||||
commit_message: "calendar updates $DATE"
|
||||
|
||||
Reference in New Issue
Block a user