Skip to content

Commit 91ffd4e

Browse files
committed
tweak dir perms script
1 parent 8a08924 commit 91ffd4e

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
@@ -32,7 +32,7 @@ jobs:
3232
docker run --rm \
3333
--mount type=bind,source=./,target=/app \
3434
-t hjwp/obeythetestinggoat-book-tester:latest \
35-
bash -c "ls -d source/*/superlists/ | xargs -n1 git config --global --add safe.directory"
35+
bash -c 'ls -d "$PWD/source/*/superlists/" | xargs -n1 git config --global --add safe.directory'
3636
3737
- name: test chapter 1
3838
run: |

0 commit comments

Comments
 (0)