Skip to content

Commit f9d76ce

Browse files
committed
different git submodule fetc
1 parent 960254e commit f9d76ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--mount type=volume,source=rootmount,target=/root \
4343
--mount type=bind,source=./,target=/app \
4444
-t hjwp/obeythetestinggoat-book-tester:latest \
45-
bash -c "git submodule foreach 'git fetch --all'"
45+
git submodule foreach 'git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch origin'
4646
4747
- name: check submodule branches
4848
run: |

0 commit comments

Comments
 (0)