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