From cc75d9a4615cc2d8cbce25a4dc4136845c097cdb Mon Sep 17 00:00:00 2001 From: Yusuf Papurcu Date: Sat, 19 Feb 2022 16:35:52 +0300 Subject: [PATCH] added vendor option (test) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ef17b8b..624785c 100644 --- a/action.yml +++ b/action.yml @@ -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