Skip to content

Commit

Permalink
Merge pull request #435 from peter-evans/update-distribution
Browse files Browse the repository at this point in the history
Update distribution
  • Loading branch information
peter-evans authored Apr 14, 2021
2 parents 7c7c136 + 5873065 commit 97e6f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 97e6f90

Please sign in to comment.