diff --git a/dist/index.js b/dist/index.js index ab7e833..79f8c61 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9,7 +9,7 @@ const path = core.getInput('path'); var exec = require('child_process').exec; if (process.platform === 'win32') { - if (!workspacePath) { + if (workspacePath === "") { const code = 1; console.error('Error: the repository was not cloned! Please specify the actions/checkout Github Action before this step.') process.exit(code);