From a16d1dbd8fa11b62e7c551338655f9686c298b0c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 6 Dec 2025 00:21:10 +0800 Subject: [PATCH] bot --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86ca600..0be7ae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,8 @@ jobs: - name: Commit binaries for release run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "Bot" + git config user.email "noreply@github.com" git add bin/analyze-go bin/status-go if git diff --staged --quiet; then echo "No binary changes to commit"