diff --git a/.github/workflows/gen-openapi.yml b/.github/workflows/gen-openapi.yml index e281d5b5..1b53b1e4 100644 --- a/.github/workflows/gen-openapi.yml +++ b/.github/workflows/gen-openapi.yml @@ -16,7 +16,9 @@ jobs: with: name: API schemas path: api/* - - run: | + - name: "Update API schema" + continue-on-error: true + run: | git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"