diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8dda36..7176b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -392,7 +392,7 @@ jobs: cd /tmp/infra git config user.name "groombook-engineer[bot]" - git config user.email "3141748+groombook-engineer[bot]@users.noreply.github.com" + git config user.email "groombook-engineer@farh.net" git checkout -b "chore/update-image-tags-${TAG}" git add apps/overlays/dev/ apps/base/migrate-job.yaml apps/base/seed-job.yaml git commit -m "chore: update image tags and migration/seed Job names to ${TAG}"