Skip to content

Commit 4c802c6

Browse files
committed
is it quoting or sumfink
1 parent de82774 commit 4c802c6

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
@@ -28,7 +28,7 @@ jobs:
2828
docker run --rm \
2929
--mount type=bind,source=./,target=/app \
3030
-t hjwp/obeythetestinggoat-book-tester:latest \
31-
git config --global --add safe.directory '*'
31+
bash -c "git config --global --add safe.directory '*'"
3232
3333
- name: test chapter 1
3434
run: |

0 commit comments

Comments
 (0)