Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 23, 2024
1 parent e396137 commit fd39dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export async function run(): Promise<void> {
context.payload.workflow !== undefined &&
context.payload.workflow_run !== undefined
) {
const event: WorkflowRunCompletedEvent = github.context.payload as WorkflowRunCompletedEvent
const event: WorkflowRunCompletedEvent = github.context
.payload as WorkflowRunCompletedEvent
await required({
octokit,
context,
Expand Down

0 comments on commit fd39dc8

Please sign in to comment.