From cb157faaaf54568a909edf271e31e59f276716c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Fri, 7 Jan 2022 16:35:36 +0300 Subject: [PATCH] little fix in the information message --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 69b27f7..275f311 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: # - otherwise, install the specified version. case ${{ inputs.version }} in tip) - echo "Installing ko using go get" + echo "Installing ko using go install" go install github.com/google/ko@main ;; latest-release)