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