Skip to content

Commit 5873065

Browse files
authored
Update distribution
1 parent 7c7c136 commit 5873065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ function run() {
112112
// Set output
113113
core.setOutput('issue-number', issueNumber);
114114
}
115+
else {
116+
core.info(`File not found at path '${inputs.contentFilepath}'`);
117+
}
115118
}
116119
catch (error) {
117120
core.debug(util_1.inspect(error));

0 commit comments

Comments
 (0)