From 4fc0fa9eafb2433782c21f51345c45a0c3748bb5 Mon Sep 17 00:00:00 2001 From: eva Date: Thu, 3 Sep 2026 06:43:41 +0000 Subject: [PATCH] ci: Replace deleted s1d3sw1ped_bot commit identity Use eva for scheduled bump commits; push still via job token. --- .gitea/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index a430488..3efd39f 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -28,8 +28,8 @@ jobs: echo "No bump (still $after)" exit 0 fi - git config user.name 's1d3sw1ped_bot' - git config user.email 's1d3sw1ped_bot@git.s1d3sw1ped.com' + git config user.name 'eva' + git config user.email 's1d3sw1ped+eva@gmail.com' git add PKGBUILD .SRCINFO git commit -m "pkgbuild: Bump grok-bot-bin to ${after}" git tag "v${after}"