diff --git a/actions/src/main.ts b/actions/src/main.ts index 82a5e20..e05d225 100644 --- a/actions/src/main.ts +++ b/actions/src/main.ts @@ -14,6 +14,8 @@ import {suggest} from './suggest'; export async function run(): Promise { try { + core.info('[INFO] Usage https://github.com/peaceiris/actions-suggest-related-links#readme'); + const inps: Inputs = getInputs(); core.startGroup('Dump inputs'); showInputs(inps);