@@ -29055,6 +29055,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -29069,6 +29076,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -33910,6 +33943,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -34013,8 +34047,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -34046,6 +34081,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -34073,6 +34124,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -34283,6 +34335,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -34297,6 +34356,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -39138,6 +39223,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -39741,8 +39827,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -39774,6 +39861,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -39801,6 +39904,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -40011,6 +40115,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -40025,6 +40136,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -44866,6 +45003,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -47404,6 +47542,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -47418,6 +47563,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -52259,6 +52430,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -24377,16 +24377,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -28665,6 +28655,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -28768,8 +28759,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -29194,16 +29186,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -33482,6 +33464,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -34450,16 +34433,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -38738,6 +38711,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -25028,16 +25028,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -29338,6 +29328,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -29441,8 +29432,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -29867,16 +29859,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -34177,6 +34159,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -36885,16 +36868,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -41195,6 +41168,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -25165,16 +25165,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -29475,6 +29465,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -29578,8 +29569,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -30004,16 +29996,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -34314,6 +34296,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -37022,16 +37005,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -41332,6 +41305,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -27298,16 +27298,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -31608,6 +31598,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -31711,8 +31702,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -32137,16 +32129,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -36447,6 +36429,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -39155,16 +39138,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -43465,6 +43438,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -33861,6 +33861,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -33964,12 +33965,12 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
"conclusion": null,
|
||||
"workflow_id": 159038,
|
||||
"url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642",
|
||||
"html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642",
|
||||
@@ -34024,6 +34025,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -39089,6 +39091,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -39619,12 +39622,12 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
"conclusion": null,
|
||||
"workflow_id": 159038,
|
||||
"url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642",
|
||||
"html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642",
|
||||
@@ -39679,6 +39682,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -44744,6 +44748,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -51879,6 +51884,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -21555,6 +21555,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -21569,6 +21576,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -26410,6 +26443,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -26513,8 +26547,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -26546,6 +26581,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -26573,6 +26624,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -26783,6 +26835,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -26797,6 +26856,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -31638,6 +31723,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -31813,8 +31899,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -31846,6 +31933,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -31873,6 +31976,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -32083,6 +32187,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -32097,6 +32208,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -36938,6 +37075,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -37993,6 +38131,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -38007,6 +38152,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -42848,6 +43019,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -167235,6 +167235,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -167249,6 +167256,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -172090,6 +172123,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -172474,6 +172508,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -172488,6 +172529,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -177329,6 +177396,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -177355,8 +177423,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -177390,6 +177459,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -177417,6 +177502,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -178441,6 +178527,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -178455,6 +178548,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -183296,6 +183415,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -183322,8 +183442,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -183357,6 +183478,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -183384,6 +183521,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -187964,6 +188102,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -187978,6 +188123,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -192819,6 +192990,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -136052,16 +136052,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -140340,6 +140330,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -140881,16 +140872,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -145169,6 +145150,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -145195,8 +145177,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -147911,16 +147894,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -152199,6 +152172,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -138601,16 +138601,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -142911,6 +142901,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -143452,16 +143443,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -147762,6 +147743,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -147788,8 +147770,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -152228,16 +152211,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -156538,6 +156511,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -141497,16 +141497,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -145807,6 +145797,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -146348,16 +146339,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -150658,6 +150639,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -150684,8 +150666,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -155188,16 +155171,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -159498,6 +159471,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -154423,16 +154423,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -158733,6 +158723,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -159274,16 +159265,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -163584,6 +163565,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -163610,8 +163592,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -168114,16 +168097,6 @@
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"
|
||||
]
|
||||
},
|
||||
"previous_attempt_url": {
|
||||
"description": "The URL to the previous attempted run of this workflow, if one exists.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"
|
||||
]
|
||||
},
|
||||
"workflow_url": {
|
||||
"description": "The URL to the workflow.",
|
||||
"type": "string",
|
||||
@@ -172424,6 +172397,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -163742,6 +163742,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -168981,6 +168982,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -169007,12 +169009,12 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
"conclusion": null,
|
||||
"workflow_id": 159038,
|
||||
"url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642",
|
||||
"html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642",
|
||||
@@ -169069,6 +169071,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -174830,6 +174833,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -174856,12 +174860,12 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
"conclusion": null,
|
||||
"workflow_id": 159038,
|
||||
"url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642",
|
||||
"html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642",
|
||||
@@ -174918,6 +174922,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -184109,6 +184114,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
@@ -116321,6 +116321,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -116335,6 +116342,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -121176,6 +121209,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -121560,6 +121594,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -121574,6 +121615,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -126415,6 +126482,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -126441,8 +126509,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -126476,6 +126545,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -126503,6 +126588,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -127058,6 +127144,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -127072,6 +127165,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -131913,6 +132032,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
@@ -131939,8 +132059,9 @@
|
||||
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
|
||||
"check_suite_id": 42,
|
||||
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
||||
"head_branch": "master",
|
||||
"head_branch": "main",
|
||||
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
"path": ".github/workflows/build.yml@main",
|
||||
"run_number": 562,
|
||||
"event": "push",
|
||||
"status": "queued",
|
||||
@@ -131974,6 +132095,22 @@
|
||||
"site_admin": false
|
||||
},
|
||||
"run_attempt": 1,
|
||||
"referenced_workflows": [
|
||||
{
|
||||
"path": "octocat/Hello-World/.github/workflows/deploy.yml@main",
|
||||
"sha": "86e8bc9ecf7d38b1ed2d2cfb8eb87ba9b35b01db",
|
||||
"ref": "refs/heads/main"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/report.yml@v2",
|
||||
"sha": "79e9790903e1c3373b1a3e3a941d57405478a232",
|
||||
"ref": "refs/tags/v2"
|
||||
},
|
||||
{
|
||||
"path": "octo-org/octo-repo/.github/workflows/secure.yml@1595d4b6de6a9e9751fb270a41019ce507d4099e",
|
||||
"sha": "1595d4b6de6a9e9751fb270a41019ce507d4099e"
|
||||
}
|
||||
],
|
||||
"run_started_at": "2020-01-22T19:33:08Z",
|
||||
"triggering_actor": {
|
||||
"login": "octocat",
|
||||
@@ -132001,6 +132138,7 @@
|
||||
"artifacts_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts",
|
||||
"cancel_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel",
|
||||
"rerun_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun",
|
||||
"previous_attempt_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/attempts/1",
|
||||
"workflow_url": "https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038",
|
||||
"head_commit": {
|
||||
"id": "acb5820ced9479c074f688cc328bf03f341a511d",
|
||||
@@ -135107,6 +135245,13 @@
|
||||
"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"description": "The full path of the workflow",
|
||||
"type": "string",
|
||||
"examples": [
|
||||
"octocat/octo-repo/.github/workflows/ci.yml@main"
|
||||
]
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"description": "The auto incrementing run number for the workflow run.",
|
||||
@@ -135121,6 +135266,32 @@
|
||||
1
|
||||
]
|
||||
},
|
||||
"referenced_workflows": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"title": "Referenced workflow",
|
||||
"description": "A workflow referenced/reused by the initial caller workflow",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"path",
|
||||
"sha"
|
||||
]
|
||||
}
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"examples": [
|
||||
@@ -139962,6 +140133,7 @@
|
||||
"status",
|
||||
"conclusion",
|
||||
"head_sha",
|
||||
"path",
|
||||
"workflow_id",
|
||||
"url",
|
||||
"html_url",
|
||||
|
||||
Reference in New Issue
Block a user