Skip to content

Commit

Permalink
Merge pull request #168 from ekristen/ci-commit
Browse files Browse the repository at this point in the history
ci: fix the id for the github app user
  • Loading branch information
ekristen authored May 7, 2024
2 parents 1c5f283 + ed4194c commit b4cade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-sdk-mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: git-commit
run: |
git config --global user.name 'ekristen-dev[bot]'
git config --global user.email '50484080+ekristen-dev[bot]@users.noreply.github.com'
git config --global user.email '169176299+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 b4cade5

Please sign in to comment.