From 1380a9cde12a61d5832420e5c02ecbba49a37ffb Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:40:00 +0100 Subject: [PATCH] Update container-autobuild.yml --- .github/workflows/container-autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-autobuild.yml b/.github/workflows/container-autobuild.yml index 8aadeb05755..404e6847da6 100644 --- a/.github/workflows/container-autobuild.yml +++ b/.github/workflows/container-autobuild.yml @@ -117,7 +117,7 @@ jobs: popd git config --global user.name "IDX GitHub Automation" - git config --global user.email "idx@dfinity.org" + git config --global user.email "<>" git add . git commit -m "Updating container image to ${IMAGE_SHA}" -m "Image tag: ${IMAGE_TAG}" git push