mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
1.6 KiB
1.6 KiB
ActionWorkflowRun
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| actor | User | [optional] | |
| completedAt | Date | [optional] | |
| conclusion | String | [optional] | |
| displayTitle | String | [optional] | |
| event | String | [optional] | |
| headBranch | String | [optional] | |
| headRepository | Repository | [optional] | |
| headSha | String | [optional] | |
| htmlUrl | String | [optional] | |
| id | Long | [optional] | |
| path | String | [optional] | |
| previousAttemptUrl | String | PreviousAttemptURL is the API URL of the previous attempt of this run, e.g. ".../actions/runs/{run_id}/attempts/{attempt-1}". It is set only when the current attempt is > 1 (i.e. a rerun). For the first attempt, or for legacy runs that pre-date ActionRunAttempt, it is null. | [optional] |
| repository | Repository | [optional] | |
| repositoryId | Long | [optional] | |
| runAttempt | Long | RunAttempt is 1-based for runs created after ActionRunAttempt was introduced. A value of 0 is a legacy-only sentinel for runs created before attempts existed and indicates no corresponding /attempts/{n} resource is available. | [optional] |
| runNumber | Long | [optional] | |
| startedAt | Date | [optional] | |
| status | String | [optional] | |
| triggerActor | User | [optional] | |
| url | String | [optional] |