diff --git a/dist/index.js b/dist/index.js index ade0b14e..b3cc06f1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -112,6 +112,9 @@ function run() { // Set output core.setOutput('issue-number', issueNumber); } + else { + core.info(`File not found at path '${inputs.contentFilepath}'`); + } } catch (error) { core.debug(util_1.inspect(error));