Skip to content

Commit

Permalink
Merge pull request #124 from Axway/APIGOV-28116
Browse files Browse the repository at this point in the history
APIGOV-28116 - fix update go.mod
  • Loading branch information
dfeldick authored Jun 13, 2024
2 parents 231cf4e + 6dcda0c commit 877d2a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
git status | grep modified
if [ $? -eq 0 ]
then
echo -e "Dependency changes have occurred"
echo "gomodChanged=y" >> $GITHUB_OUTPUT
echo -e "Committing dependency changes"
git commit --allow-empty -m "Updating SDK in go.mod"
echo "gomodChanged=y" >> $GITHUB_OUTPUT
else
echo -e "No dependency changes since last run"
echo "gomodChanged=n" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 877d2a4

Please sign in to comment.