From 58730656b426798bd7786deae422ddf003cdafec Mon Sep 17 00:00:00 2001 From: peter-evans Date: Wed, 14 Apr 2021 07:06:41 +0000 Subject: [PATCH] Update distribution --- dist/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/index.js b/dist/index.js index ade0b14..b3cc06f 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));