Skip to content

Commit

Permalink
Log event content
Browse files Browse the repository at this point in the history
  • Loading branch information
terryknowlton committed Dec 5, 2024
1 parent ec6e351 commit a198d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ async function run(): Promise<void> {
setVariable(EnvironmentVariables.CI_BUILD_ID, buildId);
setVariable(EnvironmentVariables.CI_BUILD_APPROVED, 'false');

core.info(`EVENT_CONTEXT: ${JSON.stringify(context)}`);
const event = context.payload;
const eventName = context.eventName;
if (eventName === 'push') {
Expand Down

0 comments on commit a198d08

Please sign in to comment.