headRef property

String? headRef

Only set for forked repositories. The branch of the head repository.

Implementation

String? get headRef => _env('GITHUB_HEAD_REF');