sha property

String? sha

The commit SHA that triggered the workflow.

For example, ffac537e6cbbf934b08745a378932722df287a53.

Implementation

String? get sha => _env('GITHUB_SHA');