mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Fixes warning
This commit is contained in:
parent
53efaaaccb
commit
b8444443ab
@ -73,7 +73,7 @@ export const checkParameters = (action: ActionInterface): void => {
|
||||
}
|
||||
|
||||
if (
|
||||
SupportedOperatingSystems.includes(
|
||||
!SupportedOperatingSystems.includes(
|
||||
process.env.RUNNER_OS as OperatingSystems
|
||||
)
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user