From 243106de65b67efa19d9df9f67eac75024468715 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:35:33 -0500 Subject: [PATCH] spelling: 'false' Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c5726e1..d5769f3 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: description: 'Path to the go.mod, go.work, .go-version, or .tool-versions file.' check-latest: description: 'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec' - default: false + default: 'false' token: description: Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. default: ${{ github.server_url == 'https://github.com' && github.token || '' }}