diff --git a/.github/workflows/fetch_docs_notion.yml b/.github/workflows/fetch_docs_notion.yml index c3e4a961f..d2e6a6451 100644 --- a/.github/workflows/fetch_docs_notion.yml +++ b/.github/workflows/fetch_docs_notion.yml @@ -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