Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: Add link to README in log
  • Loading branch information
Shohei Ueda authored and GitHub committed Oct 11, 2020
1 parent 1447993 commit 25e5ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Expand Up @@ -10,6 +10,8 @@ import {getWorkDirName, addNoJekyll, addCNAME, skipOnFork} from './utils';

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

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

0 comments on commit 25e5ffa

Please sign in to comment.