From 2dcbaca9ac8a75becf9ff6dd1eb14bb21d3d7c3c Mon Sep 17 00:00:00 2001 From: Tyler Jones Date: Wed, 14 Dec 2022 09:54:59 -0800 Subject: [PATCH] . --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 864d5e40..a8bcf2f7 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ outputs: cache-hit: description: 'A boolean value to indicate if a cache was hit.' node-version: - description: 'The installed node version.' + description: 'The installed node version .' runs: using: 'node16' main: 'dist/setup/index.js'