Merge pull request #3 from developer-guy/patch-1

little fix in the information message
This commit is contained in:
Jason Hall 2022-01-07 09:19:24 -05:00 committed by GitHub
commit 5aee15a4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ runs:
# - otherwise, install the specified version. # - otherwise, install the specified version.
case ${{ inputs.version }} in case ${{ inputs.version }} in
tip) tip)
echo "Installing ko using go get" echo "Installing ko using go install"
go install github.com/google/ko@main go install github.com/google/ko@main
;; ;;
latest-release) latest-release)