diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 823c9403e..588fb1276 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -13897,7 +13897,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -122143,21 +122143,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -291924,7 +291935,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8b2d200c3..78e3f1a04 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -10065,7 +10065,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -89767,18 +89768,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -219519,6 +219529,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 823c9403e..588fb1276 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -13897,7 +13897,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -122143,21 +122143,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -291924,7 +291935,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8b2d200c3..78e3f1a04 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -10065,7 +10065,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -89767,18 +89768,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -219519,6 +219529,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 1b1074aa4..5aec0f597 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -86596,7 +86596,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 24d6a2155..6f1a11118 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -24678,7 +24678,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 1b1074aa4..5aec0f597 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -86596,7 +86596,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 24d6a2155..6f1a11118 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -24678,7 +24678,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index ae1f4de04..639374563 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -129885,7 +129885,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 1fe82ed32..2263dc364 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -37544,7 +37544,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index ae1f4de04..639374563 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -129885,7 +129885,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 1fe82ed32..2263dc364 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -37544,7 +37544,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index cde38262a..266f23e4c 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -23637,7 +23637,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -143170,21 +143170,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -315844,7 +315855,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 07efac65e..ca1f98400 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -17018,7 +17018,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -104949,18 +104950,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -236788,6 +236798,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index cde38262a..266f23e4c 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -23637,7 +23637,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -143170,21 +143170,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -315844,7 +315855,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 07efac65e..ca1f98400 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -17018,7 +17018,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -104949,18 +104950,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -236788,6 +236798,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json index 737b723c7..6a5784fec 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json @@ -109436,21 +109436,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "activity": { @@ -268331,7 +268342,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "activity-items": { diff --git a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml index 52d1c61cd..d205d5b58 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -79751,18 +79751,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url activity: title: Activity description: Activity @@ -200946,6 +200955,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 activity-items: value: - id: 1296269 diff --git a/descriptions/ghes-3.14/ghes-3.14.json b/descriptions/ghes-3.14/ghes-3.14.json index 737b723c7..6a5784fec 100644 --- a/descriptions/ghes-3.14/ghes-3.14.json +++ b/descriptions/ghes-3.14/ghes-3.14.json @@ -109436,21 +109436,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "activity": { @@ -268331,7 +268342,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "activity-items": { diff --git a/descriptions/ghes-3.14/ghes-3.14.yaml b/descriptions/ghes-3.14/ghes-3.14.yaml index 52d1c61cd..d205d5b58 100644 --- a/descriptions/ghes-3.14/ghes-3.14.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.yaml @@ -79751,18 +79751,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url activity: title: Activity description: Activity @@ -200946,6 +200955,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 activity-items: value: - id: 1296269 diff --git a/descriptions/ghes-3.15/ghes-3.15.2022-11-28.json b/descriptions/ghes-3.15/ghes-3.15.2022-11-28.json index 107930780..47dd8e1fb 100644 --- a/descriptions/ghes-3.15/ghes-3.15.2022-11-28.json +++ b/descriptions/ghes-3.15/ghes-3.15.2022-11-28.json @@ -110303,21 +110303,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "activity": { @@ -269050,7 +269061,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "activity-items": { diff --git a/descriptions/ghes-3.15/ghes-3.15.2022-11-28.yaml b/descriptions/ghes-3.15/ghes-3.15.2022-11-28.yaml index 474f96ee7..9714ef3df 100644 --- a/descriptions/ghes-3.15/ghes-3.15.2022-11-28.yaml +++ b/descriptions/ghes-3.15/ghes-3.15.2022-11-28.yaml @@ -80482,18 +80482,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: R{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}