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 91ffd4e commit d59d315Copy full SHA for d59d315
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
docker run --rm \
33
--mount type=bind,source=./,target=/app \
34
-t hjwp/obeythetestinggoat-book-tester:latest \
35
- bash -c 'ls -d "$PWD/source/*/superlists/" | xargs -n1 git config --global --add safe.directory'
+ bash -c 'ls -d $PWD/source/*/superlists/ | xargs -n1 git config --global --add safe.directory'
36
37
- name: test chapter 1
38
run: |
0 commit comments