mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-07 18:53:22 +00:00
feat: Add link to README in log
This commit is contained in:
parent
144799313d
commit
25e5ffa147
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user