diff --git a/.github/workflows/fetch_includes.yml b/.github/workflows/fetch_includes.yml index b04e2441d..c94121b69 100644 --- a/.github/workflows/fetch_includes.yml +++ b/.github/workflows/fetch_includes.yml @@ -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: |