Skip to content

Commit 7748df9

Browse files
committed
Deploy Production Code for Commit a6f97b1 🚀
1 parent a6f97b1 commit 7748df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const checkParameters = (action) => {
5151
if (!(0, fs_1.existsSync)(action.folderPath)) {
5252
throw new Error(`The directory you're trying to deploy named ${action.folderPath} doesn't exist. Please double check the path and any prerequisite build scripts and try again. ❗`);
5353
}
54-
if (constants_1.SupportedOperatingSystems.includes(process.env.RUNNER_OS)) {
54+
if (!constants_1.SupportedOperatingSystems.includes(process.env.RUNNER_OS)) {
5555
(0, core_1.info)(`The operating system you're using is not supported and results may be varied. Please refer to the documentation for more details. ❗`);
5656
}
5757
};

0 commit comments

Comments
 (0)