Skip to content

Commit

Permalink
feat: add link to readme in actions log (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Nov 23, 2020
1 parent 5616270 commit 29ce8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ async function openIssue(

export async function run(): Promise<void> {
try {
core.info('[INFO] Usage https://github.com/peaceiris/actions-label-commenter#readme');

const inps: Inputs = getInputs();

if (core.isDebug()) {
Expand Down

0 comments on commit 29ce8d9

Please sign in to comment.