From f1b71ab353c412bbe58f3f64476d051799d77709 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:01:51 -0300 Subject: [PATCH] fix: date on push command on fetch notion workflow (#2681) Fix date on pull request workflow --- .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 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