Skip to content

Commit

Permalink
Use aws-amplify-ops for committing
Browse files Browse the repository at this point in the history
  • Loading branch information
rozaychen committed Jun 21, 2024
1 parent 2bff924 commit 26220b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apiBreakTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26220b3

Please sign in to comment.