mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-12 04:20:38 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -653,7 +653,7 @@ Name | Type | Description | Notes
|
||||
|
||||
<a name="actionsListRepositoryWorkflows"></a>
|
||||
# **actionsListRepositoryWorkflows**
|
||||
> List<ActionWorkflow> actionsListRepositoryWorkflows(owner, repo)
|
||||
> ActionWorkflowResponse actionsListRepositoryWorkflows(owner, repo)
|
||||
|
||||
List repository workflows
|
||||
|
||||
@@ -712,7 +712,7 @@ RepositoryApi apiInstance = new RepositoryApi();
|
||||
String owner = "owner_example"; // String | owner of the repo
|
||||
String repo = "repo_example"; // String | name of the repo
|
||||
try {
|
||||
List<ActionWorkflow> result = apiInstance.actionsListRepositoryWorkflows(owner, repo);
|
||||
ActionWorkflowResponse result = apiInstance.actionsListRepositoryWorkflows(owner, repo);
|
||||
System.out.println(result);
|
||||
} catch (ApiException e) {
|
||||
System.err.println("Exception when calling RepositoryApi#actionsListRepositoryWorkflows");
|
||||
@@ -729,7 +729,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
[**List<ActionWorkflow>**](ActionWorkflow.md)
|
||||
[**ActionWorkflowResponse**](ActionWorkflowResponse.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user