From 7df0fcfc425edb9975ab0ef8f5171da86f32d119 Mon Sep 17 00:00:00 2001 From: gbhu753 Date: Wed, 24 Jul 2024 15:14:05 +1200 Subject: [PATCH] Fix: Author being not bot --- .github/workflows/generate-api-client.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-api-client.yml b/.github/workflows/generate-api-client.yml index de1cbc8..b9dc6f7 100644 --- a/.github/workflows/generate-api-client.yml +++ b/.github/workflows/generate-api-client.yml @@ -21,7 +21,9 @@ jobs: - name: Commit new API client uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: "chore: update API client" + commit_message: "Chore: Update API client" commit_user_name: "github-api-actions[bot]" commit_user_email: "github-api-actions[bot]@users.noreply.github.com" + commit_author: Author +