fix: date on push command on fetch notion workflow (#2681)

Fix date on pull request workflow
This commit is contained in:
Lucas Oliveira 2024-07-12 20:01:51 -03:00 committed by GitHub
commit f1b71ab353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ jobs:
run: |
git add .
git commit -m "Update docs from Notion"
git push --set-upstream origin update-docs-20240712225036
git push --set-upstream origin update-docs-${{ steps.date.outputs.DATE }}
- name: Create Pull Request
id: create_pr