fix: fetch notion docs workflow origin on push (#2680)

This commit is contained in:
Lucas Oliveira 2024-07-12 19:55:24 -03:00 committed by GitHub
commit 83697fe31f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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