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 572205b commit b2d3d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fetch_includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
# git config pull.rebase true
git pull origin ${BRANCH_NAME} || git checkout -b ${BRANCH_NAME}
git merge origin/${GITHUB_REF}
git fetch
git merge ${GITHUB_REF}
mkdir -pv docs/assets/glossary
- name: Module List
run: |
Expand Down

0 comments on commit b2d3d94

Please sign in to comment.