Summary
Gets the commit SHA that triggered the workflow.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public string Sha { get; }
Value
Type | Description |
---|---|
string | The commit SHA that triggered the workflow. |