mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-06-19 23:24:39 +02:00
fix(ci): improve auto commit msg
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user