ci: Replace deleted s1d3sw1ped_bot commit identity

Use eva for scheduled bump commits; push still via job token.
This commit is contained in:
eva
2026-09-03 06:43:41 +00:00
parent e1da61d7b7
commit 4fc0fa9eaf
+2 -2
View File
@@ -28,8 +28,8 @@ jobs:
echo "No bump (still $after)" echo "No bump (still $after)"
exit 0 exit 0
fi fi
git config user.name 's1d3sw1ped_bot' git config user.name 'eva'
git config user.email 's1d3sw1ped_bot@git.s1d3sw1ped.com' git config user.email 's1d3sw1ped+eva@gmail.com'
git add PKGBUILD .SRCINFO git add PKGBUILD .SRCINFO
git commit -m "pkgbuild: Bump grok-bot-bin to ${after}" git commit -m "pkgbuild: Bump grok-bot-bin to ${after}"
git tag "v${after}" git tag "v${after}"