We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960254e commit f9d76ceCopy full SHA for f9d76ce
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
--mount type=volume,source=rootmount,target=/root \
43
--mount type=bind,source=./,target=/app \
44
-t hjwp/obeythetestinggoat-book-tester:latest \
45
- bash -c "git submodule foreach 'git fetch --all'"
+ git submodule foreach 'git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch origin'
46
47
- name: check submodule branches
48
run: |
0 commit comments