actor property

String? actor

The name of the person or app that initiated the workflow.

For example, octocat.

Implementation

String? get actor => _env('GITHUB_ACTOR');