Skip to content

Commit

Permalink
feat: Add link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 27, 2020
1 parent 2cdad50 commit b461746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import {suggest} from './suggest';

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

const inps: Inputs = getInputs();
core.startGroup('Dump inputs');
showInputs(inps);
Expand Down

0 comments on commit b461746

Please sign in to comment.