From 25e5ffa1476a0017af4dfa0feb054ac18ccd1797 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:46:29 +0900 Subject: [PATCH] feat: Add link to README in log --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) 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);