ci: Replace deleted s1d3sw1ped_bot commit identity #12

Merged
linus merged 1 commits from ci/scrub-bot-identity into develop 2026-09-03 01:44:48 -05:00
+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}"