baseRef property

String? baseRef

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

Implementation

String? get baseRef => _env('GITHUB_BASE_REF');