Skip to content

Commit

Permalink
Avoid submodule update errors about merging unrelated histories
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent f8fd047 commit 514db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: git checkout -b submodules-update-$TODAY

- name: Run submodule updates
run: git submodule update --remote --merge --jobs 4
run: git submodule update --remote --checkout --jobs 4

- name: Commit results
run: git commit -m "Update submodules $TODAY" .
Expand Down

0 comments on commit 514db3f

Please sign in to comment.