Skip to content

Commit

Permalink
APIGOV-28015 - add user/email for git
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Jun 6, 2024
1 parent 152fe60 commit c12dc17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
working-directory: .
run: |
make dep-version sdk=main
git config --global user.email [email protected]
git config --global user.name builder-lphxmjtnt11
git commit --allow-empty -m "Updating SDK in go.mod"
- name: Create Pull Request
Expand Down

0 comments on commit c12dc17

Please sign in to comment.