Skip to content

Commit

Permalink
quit complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 23, 2024
1 parent 67f2d45 commit fff734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/required.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function required({
workflows: string[]
statusName: string
}): Promise<void> {
console.log(JSON.stringify(event, null, 2));
console.log(JSON.stringify(event, null, 2))
const workflow = await octokit.rest.actions.getWorkflowRun({
...context.repo,
run_id: event.workflow_run.id
Expand Down

0 comments on commit fff734d

Please sign in to comment.