Skip to content

Commit b844444

Browse files
committed
Fixes warning
1 parent 53efaaa commit b844444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const checkParameters = (action: ActionInterface): void => {
7373
}
7474

7575
if (
76-
SupportedOperatingSystems.includes(
76+
!SupportedOperatingSystems.includes(
7777
process.env.RUNNER_OS as OperatingSystems
7878
)
7979
) {

0 commit comments

Comments
 (0)