From 50d622d09c547018fa21cab691e9c4694963c865 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 30 Oct 2025 18:19:05 -0300 Subject: [PATCH] chore: use @charmcli as commit author --- .github/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6de8341c61fc5ae8f0754860ccfbc91a48b153d8..da50da4bd98b55219be409d8e3fa594f4bcbaa5b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -24,6 +24,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>