eventName property

String? eventName

The name of the webhook event that triggered the workflow.

Implementation

String? get eventName => _env('GITHUB_EVENT_NAME');