Skip to content

Commit

Permalink
Update fetch_includes.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cal <[email protected]>
  • Loading branch information
CallumWalley authored Oct 11, 2024
1 parent 62f3f5c commit 572205b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch_includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config pull.rebase true
# git config pull.rebase true
git pull origin ${BRANCH_NAME} || git checkout -b ${BRANCH_NAME}
git merge origin ${GITHUB_REF}
git merge origin/${GITHUB_REF}
mkdir -pv docs/assets/glossary
- name: Module List
run: |
Expand Down

0 comments on commit 572205b

Please sign in to comment.