diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f974d9c..513483f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - name: Generate and commit API specification run: | php artisan scramble:export + git config --global --add safe.directory '*' git config --global user.name 'CI' git config --global user.email 'ci@users.noreply.github.com' git add api.json