Skip to content

Commit

Permalink
wip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Dec 19, 2024
1 parent 241da9c commit 3c37d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
git add api.json
Expand Down

0 comments on commit 3c37d4f

Please sign in to comment.