From b8444443aba66c6a0e57dfdf31a74f8745c6ad4e Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 9 Jan 2022 11:02:54 -0500 Subject: [PATCH] Fixes warning --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index ae44704da..e3bab3fb3 100644 --- a/src/util.ts +++ b/src/util.ts @@ -73,7 +73,7 @@ export const checkParameters = (action: ActionInterface): void => { } if ( - SupportedOperatingSystems.includes( + !SupportedOperatingSystems.includes( process.env.RUNNER_OS as OperatingSystems ) ) {