Skip to content

Commit 97e6f90

Browse files
authored
Merge pull request #435 from peter-evans/update-distribution
Update distribution
2 parents 7c7c136 + 5873065 commit 97e6f90

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)