mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-13 04:50:37 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
||||
**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]
|
||||
**pullRequests** | [**List<PullRequestMinimal>**](PullRequestMinimal.md) | | [optional]
|
||||
**repository** | [**Repository**](Repository.md) | | [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]
|
||||
|
||||
Reference in New Issue
Block a user