update workflow

This commit is contained in:
Fabrice Lamant
2024-07-31 18:58:41 +02:00
parent 3130f0b751
commit b555fc5cd0

View File

@ -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 }}"