Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent 0376f04 commit 2e2c86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export async function run(): Promise<void> {
core.info(`[INFO] config_file: ${inps.ConfigFilePath}`);

const context = github.context;
console.log(`[INFO] context ${context}`);
console.log(`[INFO] payload ${context.payload}`);
console.log(context);
console.log(context.payload);
} catch (error) {
throw new Error(error.message);
}
Expand Down

0 comments on commit 2e2c86d

Please sign in to comment.