Skip to content

Commit

Permalink
added vendor option (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufpapurcu committed Feb 19, 2022
1 parent a5052d8 commit cc75d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ runs:
- run: |
if echo ${{ inputs.runVendor }} | grep -c "true"
then
echo "Skipping Vendoring Step"
else
go mod vendor
else
echo "Skipping Vendoring Step"
fi
shell: bash
Expand Down

0 comments on commit cc75d9a

Please sign in to comment.