From db523b85eb6481ad6b7a67a719bba9d107521ec3 Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:03:37 +1300 Subject: [PATCH] Update fetch_includes.yml AAAAAAAAA Signed-off-by: Cal <35017184+CallumWalley@users.noreply.github.com> --- .github/workflows/fetch_includes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_includes.yml b/.github/workflows/fetch_includes.yml index a518149b5..0d9a73f69 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 ${BRANCH_NAME} + git pull origin git add --all - run: git commit -m "update remote assets" - name: Push