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 c944684 commit 4bff305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
git config --global user.name builder-lphxmjtnt11
git commit --allow-empty -m "Updating SDK in go.mod"
git push origin ${BRANCH_REF}
echo "gomodChanged="y" >> $GITHUB_OUTPUT
echo "gomodChanged='y'" >> $GITHUB_OUTPUT
else
set -e
echo -e "No dependency changes since last run"
echo "gomodChanged="n" >> $GITHUB_OUTPUT
echo "gomodChanged="'n'" >> $GITHUB_OUTPUT
fi
- name: Create Pull Request
Expand Down

0 comments on commit 4bff305

Please sign in to comment.