From 3c37d4f1718b15a73cc06ee533c9939b55feb3a4 Mon Sep 17 00:00:00 2001 From: Roman Lytvynenko Date: Thu, 19 Dec 2024 08:57:52 +0200 Subject: [PATCH] wip ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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