Skip to content

Commit

Permalink
Update fetch_includes.yml
Browse files Browse the repository at this point in the history
AAAAAAAAA

Signed-off-by: Cal <[email protected]>
  • Loading branch information
CallumWalley authored Dec 7, 2023
1 parent 076514d commit db523b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db523b8

Please sign in to comment.