eventName property
The name of the webhook event that triggered the workflow.
Implementation
String? get eventName => _env('GITHUB_EVENT_NAME');
The name of the webhook event that triggered the workflow.
String? get eventName => _env('GITHUB_EVENT_NAME');