From ad13ba6c8a9f1492765339ad77b6ca2f3ca80738 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 10 May 2022 13:10:12 -0300 Subject: [PATCH] fix(ci): improve auto commit msg Signed-off-by: Carlos A Becker --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index f65304fda..1741ef596 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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