Skip to content

Commit

Permalink
feat: Add link to README in log
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris 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
Original file line number Diff line number Diff line change
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.