Merge pull request #3 from developer-guy/patch-1
little fix in the information message
This commit is contained in:
commit
5aee15a4e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user