Skip to content

Commit 2f90a51

Browse files
Commit via running ake Sources/actions
1 parent efcb3d1 commit 2f90a51

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Sources/actions/Client.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6723,7 +6723,7 @@ public struct Client: APIProtocol {
67236723
///
67246724
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
67256725
///
6726-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
6726+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
67276727
///
67286728
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
67296729
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -9384,6 +9384,8 @@ public struct Client: APIProtocol {
93849384
///
93859385
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
93869386
///
9387+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
9388+
///
93879389
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs`.
93889390
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs/get(actions/list-workflow-runs)`.
93899391
public func actions_sol_list_hyphen_workflow_hyphen_runs(_ input: Operations.actions_sol_list_hyphen_workflow_hyphen_runs.Input) async throws -> Operations.actions_sol_list_hyphen_workflow_hyphen_runs.Output {

Sources/actions/Types.swift

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ public protocol APIProtocol: Sendable {
997997
///
998998
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
999999
///
1000-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
1000+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
10011001
///
10021002
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
10031003
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -1376,6 +1376,8 @@ public protocol APIProtocol: Sendable {
13761376
///
13771377
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
13781378
///
1379+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
1380+
///
13791381
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs`.
13801382
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs/get(actions/list-workflow-runs)`.
13811383
func actions_sol_list_hyphen_workflow_hyphen_runs(_ input: Operations.actions_sol_list_hyphen_workflow_hyphen_runs.Input) async throws -> Operations.actions_sol_list_hyphen_workflow_hyphen_runs.Output
@@ -3163,7 +3165,7 @@ extension APIProtocol {
31633165
///
31643166
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
31653167
///
3166-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
3168+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
31673169
///
31683170
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
31693171
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -3808,6 +3810,8 @@ extension APIProtocol {
38083810
///
38093811
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
38103812
///
3813+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
3814+
///
38113815
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs`.
38123816
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs/get(actions/list-workflow-runs)`.
38133817
public func actions_sol_list_hyphen_workflow_hyphen_runs(
@@ -23442,7 +23446,7 @@ public enum Operations {
2344223446
///
2344323447
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
2344423448
///
23445-
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
23449+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
2344623450
///
2344723451
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/runs`.
2344823452
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/runs/get(actions/list-workflow-runs-for-repo)`.
@@ -29355,6 +29359,8 @@ public enum Operations {
2935529359
///
2935629360
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
2935729361
///
29362+
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
29363+
///
2935829364
/// - Remark: HTTP `GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs`.
2935929365
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs/get(actions/list-workflow-runs)`.
2936029366
public enum actions_sol_list_hyphen_workflow_hyphen_runs {

0 commit comments

Comments
 (0)