From 72f6ebf81b853d0b698dd1dc4f4ea98dd675da77 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(renovate):=20change=20git?= =?UTF-8?q?=20user=20name=20for=20github-action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - shorten git user name from "github-action update-app-version" to "github-action" --- .github/workflows/renovate-app-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 243d02057..ff8a199ff 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -22,7 +22,7 @@ jobs: - name: Configure repo run: | git config --local user.email "githubaction@githubaction.com" - git config --local user.name "github-action update-app-version" + git config --local user.name "github-action" - name: Get list of updated files by the last commit in this branch separated by space id: updated-files