Skip to content

Commit

Permalink
Merge pull request #167 from ekristen/ci-fix-email-for-bot
Browse files Browse the repository at this point in the history
ci: adjust commit email
  • Loading branch information
ekristen authored May 7, 2024
2 parents 3d5b0a3 + e768e34 commit 1c5f283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-sdk-mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
go generate ./...
- name: git-commit
run: |
git config --global user.name 'ekristen[bot]'
git config --global user.email erik@ekristen.dev
git config --global user.name 'ekristen-dev[bot]'
git config --global user.email '50484080+ekristen-dev[bot]@users.noreply.github.com'
git add .
git commit -a -m 'chore: update mocks'
- name: git-push
Expand Down

0 comments on commit 1c5f283

Please sign in to comment.