Skip to content

Commit

Permalink
Merge pull request #245 from Axway/APIGOV-28116
Browse files Browse the repository at this point in the history
APIGOV-28116 - add email and name to commit
  • Loading branch information
dfeldick authored Jun 14, 2024
2 parents 7d72b3d + ee85741 commit 8bddc74
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 8bddc74

Please sign in to comment.