From 1fe6878ad99d4f61af5782803a2305b172611c4b Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 11 Jul 2023 16:17:10 +0200 Subject: [PATCH] Update index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 80e7332..f04ff5e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,4 @@ const core = require('@actions/core'); -// eslint-disable-next-line no-unused-vars const github = require('@actions/github'); const workspacePath = process.env.GITHUB_WORKSPACE; @@ -14,6 +13,7 @@ if (process.platform === 'win32') { console.error('Error: The repository was not cloned. Please specify the actions/checkout action before this step.'); process.exit(code); } else { + console.log(process.env.GITHUB_WORKSPACE); exec(`"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe" ${options} "${workspacePath}\\${path}"`, function (error, stdout, stderr) { console.log(stdout); console.log(stderr);