Skip to content

Commit

Permalink
Fixes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jan 9, 2022
1 parent 53efaaa commit b844444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const checkParameters = (action: ActionInterface): void => {
}

if (
SupportedOperatingSystems.includes(
!SupportedOperatingSystems.includes(
process.env.RUNNER_OS as OperatingSystems
)
) {
Expand Down

0 comments on commit b844444

Please sign in to comment.