diff --git a/.github/workflows/fetch_docs_notion.yml b/.github/workflows/fetch_docs_notion.yml index 31e7f85ed..c3e4a961f 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 + git push --set-upstream origin update-docs-20240712225036 - name: Create Pull Request id: create_pr