Summary
Gets the number of attempts for current run.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Workflow Info
Syntax
public int Attempt { get; }
Value
Type | Description |
---|---|
int | The attempt number for current run. |