ci: only fetch origin master

This commit is contained in:
goat 2023-06-25 09:00:53 +02:00 committed by GitHub
parent fe46fd33dc
commit 9f074abb0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
git config --global pull.rebase false
- name: Update submodule
run: |
git fetch
git fetch origin master
git merge -s recursive -X ours origin/master
git push origin ${{ matrix.branches }}-rollup --force
- name: Create PR