Skip to content

Commit

Permalink
APIGOV-28116 - add email and name to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Jun 14, 2024
1 parent 7d72b3d commit ee85741
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 @@ -30,6 +30,8 @@ jobs:
if [ $? -eq 0 ]
then
echo -e "Committing dependency changes"
git config --global user.email [email protected]
git config --global user.name builder-lphxmjtnt11
git commit --allow-empty -m "Updating SDK in go.mod"
echo "gomodChanged=y" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit ee85741

Please sign in to comment.