1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update index.js

This commit is contained in:
Minionguyjpro
2023-07-11 11:14:51 +02:00
committed by GitHub
parent dbda049e3a
commit b8c5e3219d

2
dist/index.js vendored
View File

@@ -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);