Github API - Test Config

PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable
actions
repos

Disables a workflow and sets the state of the workflow to disabled_manually. You can replace workflow_id with the workflow file name. For example, you could use main.yaml.

You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have the actions:write permission to use this endpoint.
Disable a workflow

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key workflow-id

workflow-id [scalar]

The ID of the workflow. You can also pass the workflow file name as a string.

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)