From 26220b39aaa8d4142f09188eb933fc3b9a2687ea Mon Sep 17 00:00:00 2001 From: Rozay Chen Date: Fri, 21 Jun 2024 10:08:59 -0700 Subject: [PATCH] Use aws-amplify-ops for committing --- .github/workflows/apiBreakTest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apiBreakTest.yml b/.github/workflows/apiBreakTest.yml index a322591334..8b3c516e86 100644 --- a/.github/workflows/apiBreakTest.yml +++ b/.github/workflows/apiBreakTest.yml @@ -121,9 +121,9 @@ jobs: fi done - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" - + git config --global user.name "aws-amplify-ops" + git config --global user.email "aws-amplify@amazon.com" + git add api-dump/*.json if ! git diff --cached --quiet --exit-code; then