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 6fba3b6 commit 556e360Copy full SHA for 556e360
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
--mount type=volume,source=rootmount,target=/root \
48
--mount type=bind,source=./,target=/app \
49
-t hjwp/obeythetestinggoat-book-tester:latest \
50
- bash -c 'git submodule status | awk "{print $2}" | xargs -I% bash -c "cd % && git fetch"
+ bash -c 'git submodule status | awk "{print $2}" | xargs -I% bash -c "cd % && git fetch"'
51
52
- name: check submodule branches
53
run: |
0 commit comments