diff --git a/.github/workflows/fetch_includes.yml b/.github/workflows/fetch_includes.yml index 0d9a73f69..18d7b92d9 100644 --- a/.github/workflows/fetch_includes.yml +++ b/.github/workflows/fetch_includes.yml @@ -29,7 +29,7 @@ jobs: run: wget -O docs/assets/glossary/snippets.md ${SNIPPETS_URL} - name: Commit to Branch '${BRANCH_NAME}' run: | - git pull origin + git pull origin main git add --all - run: git commit -m "update remote assets" - name: Push