Skip to content

Commit 281c50c

Browse files
committed
ci: server: gitset safe directory globally
1 parent 8fa36a8 commit 281c50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- name: Verify server deps
6969
id: verify_server_deps
7070
run: |
71+
git config --global --add safe.directory $(realpath .)
7172
cd examples/server
7273
./deps.sh
7374
not_ignored_files="$(git ls-files --others)"

0 commit comments

Comments
 (0)