Skip to content

Commit

Permalink
Update context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Jun 29, 2024
1 parent a5cd36a commit 9e24b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_contexts/github/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def env(self) -> str:
return self._context["env"]

@property
def event(self) -> IssueCommentPayload | IssuesPayload | PullRequestPayload | PushPayload | SchedulePayload | Payload:
def event(self) -> IssueCommentPayload | IssuesPayload | PullRequestPayload | PushPayload | SchedulePayload | WorkflowDispatchPayload | Payload:
"""The full event webhook payload.
This is identical to the webhook payload of the event that triggered the workflow run,
Expand Down

0 comments on commit 9e24b35

Please sign in to comment.