1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix(ci): improve auto commit msg

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-05-10 13:10:12 -03:00
parent 3697a9d8ce
commit ad13ba6c8a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -30,7 +30,7 @@ jobs:
- run: task schema:generate
- uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # v4
with:
commit_message: "docs: update"
commit_message: "chore: docs auto-update"
branch: main
commit_user_name: actions-user
commit_user_email: actions@github.com