Skip to content

Commit

Permalink
Add some log
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Sep 1, 2020
1 parent cd09b45 commit 8cdc681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const commitFile = async () => {

// main
const main = async () => {
core.info(`Start...`)
let username = process.argv[2];
let isInGithubAction = false;

Expand Down Expand Up @@ -196,6 +197,7 @@ const main = async () => {
} catch (error) {
core.error(`Error when creating preview markdown \n${error}`);
}
core.info(`Commit file...`)
await commitFile();
}
} catch (error) {
Expand Down

0 comments on commit 8cdc681

Please sign in to comment.