Skip to content

Commit 3c37d4f

Browse files
wip ci
1 parent 241da9c commit 3c37d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Generate and commit API specification
3030
run: |
3131
php artisan scramble:export
32+
git config --global --add safe.directory '*'
3233
git config --global user.name 'CI'
3334
git config --global user.email '[email protected]'
3435
git add api.json

0 commit comments

Comments
 (0)