From a248a8c9a562e26a919962c7f4c2c061b6339e3b Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 31 Mar 2025 15:49:08 -0400 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0fa23e..85a88ce 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An extremely simple github action to install golang and golang commands (using " ## Usage -I recommend using a tagged release to avoid unexpected changes that may come to the master branch +Use a tagged release to avoid unexpected changes that may come to the master branch ```yaml name: "install go" uses: https://code.jakeyoungdev.com/actions/install-go@master @@ -20,7 +20,7 @@ Some inputs are available to customize the installation |---|---|---|---|---| |arch|no|any arch for Go|amd64|system architecture for golang |purge|no|yes/no|no|remove any golang files found on system before install -|commands|no|any public go repositories|no default|links to any commands to be installed using 'go install' +|commands|no|any public go repositories|.|links to any commands to be installed using 'go install' ## Issues