diff --git a/src/main.ts b/src/main.ts index 14d8cfe..6ddf944 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,6 +10,8 @@ import {getWorkDirName, addNoJekyll, addCNAME, skipOnFork} from './utils'; export async function run(): Promise { try { + core.info('[INFO] Usage https://github.com/peaceiris/actions-gh-pages#readme'); + const inps: Inputs = getInputs(); core.startGroup('Dump inputs'); showInputs(inps);