From 86ecaf34fa56634c0282db41184e289d72b7ee43 Mon Sep 17 00:00:00 2001 From: Nick Fields Date: Tue, 29 Sep 2020 10:49:30 -0400 Subject: [PATCH] fix: action.yml misspelling --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f7ad823..d03601f 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ outputs: exit_code: description: The final exit code returned by the command exit_error: - descritipn: The final error returned by the command + description: The final error returned by the command runs: using: 'node12' main: 'dist/index.js'