From 0cbef52340e1bf8184e3e4a6b76a27493b908892 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:35:38 -0500 Subject: [PATCH] spelling: 'true' 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 d5769f3..966ce20 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: default: ${{ github.server_url == 'https://github.com' && github.token || '' }} cache: description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching. - default: true + default: 'true' cache-dependency-path: description: 'Used to specify the path to a dependency file (e.g., go.mod, go.sum)' architecture: