From 18555334af1ca7b3e6ac801fc8aae8e8a8657364 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 31 Oct 2025 14:30:00 -0300 Subject: [PATCH] ci: on schema update commits, use @charmcli as the author (#1344) --- .github/workflows/schema-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/schema-update.yml b/.github/workflows/schema-update.yml index 466c3a25fb3698a183ed84436d5dca9813b2dcb6..ecfaf140ecb65d8d59fdc88a810d88c53765e264 100644 --- a/.github/workflows/schema-update.yml +++ b/.github/workflows/schema-update.yml @@ -21,6 +21,6 @@ jobs: with: commit_message: "chore: auto-update generated files" branch: main - commit_user_name: actions-user - commit_user_email: actions@github.com - commit_author: actions-user + commit_user_name: Charm + commit_user_email: 124303983+charmcli@users.noreply.github.com + commit_author: Charm <124303983+charmcli@users.noreply.github.com>