ci: use GH actions bot for schema generation committer (#1756)
This commit is contained in:
parent
388519fa73
commit
c033c68daa
|
@ -35,4 +35,6 @@ jobs:
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "chore: update schema for ${{ github.repository }}@${{ github.sha }}"
|
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
|
repository: ./api-client-repo
|
||||||
|
|
Loading…
Reference in New Issue