Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-28116 - fix update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Jun 13, 2024
1 parent 9e0a36f commit 5e28191
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 @@ -29,8 +29,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 5e28191

Please sign in to comment.