From 83697fe31f1af0d206228d0c10a423194564995f Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:55:24 -0300 Subject: [PATCH] fix: fetch notion docs workflow origin on push (#2680) --- .github/workflows/fetch_docs_notion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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