From 6b4f78425eea38eb1aa2c9829bc8489e8e5f0f03 Mon Sep 17 00:00:00 2001 From: HBiede <6586509+hbiede@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:19:06 -0500 Subject: [PATCH] Fix typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index edecc19..9610461 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: required: false outputs: files_exists: - description: 'Wheter the file(s) exists or not.' + description: 'Whether the file(s) exists or not.' runs: using: 'node16' main: 'dist/index.js'