diff --git a/index.js b/index.js index 285bccc..82077d8 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ run(); async function run() { try { console.log(`CWD: ${process.cwd()}`) - console.log(`CWD: ${process.cwd()}`) + console.log(`CWD: ${core.getInput('filePath')}`) const filePathInput = core.getInput('filePath'); const labelInput = core.getInput('label');