diff --git a/.github/workflows/api-schema.yml b/.github/workflows/api-schema.yml index fea41170e..258ca392c 100644 --- a/.github/workflows/api-schema.yml +++ b/.github/workflows/api-schema.yml @@ -35,4 +35,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "chore: update schema for ${{ github.repository }}@${{ github.sha }}" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" repository: ./api-client-repo