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}"