fix: date on push command on fetch notion workflow (#2681)
Fix date on pull request workflow
This commit is contained in:
parent
83697fe31f
commit
f1b71ab353
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fetch_docs_notion.yml
vendored
2
.github/workflows/fetch_docs_notion.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue