Skip to content

Commit

Permalink
APIGOV-28116 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Jun 11, 2024
1 parent cca1f58 commit 8a086d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# make dep-version sdk=main
echo "showing git status"
git status
echo "gomodChanged="y" >> $GITHUB_OUTPUT
echo "gomodChanged='y'" >> $GITHUB_OUTPUT
set +e # Grep succeeds with nonzero exit codes to show results.
git status | grep modified
if [ $? -eq 0 ]
Expand Down

0 comments on commit 8a086d9

Please sign in to comment.