mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: only fetch origin master
This commit is contained in:
parent
fe46fd33dc
commit
9f074abb0b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rollup.yml
vendored
2
.github/workflows/rollup.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue