Github API - Test Config

GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}
orgs
actions
repos

Gets a specific required workflow present in a repository. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint. For more information, see "Required Workflows."
Get a required workflow entity for a repository

Arguments
key org

org [scalar]

The organization name. 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 repo-required-workflow-id

repo-required-workflow-id [scalar]

The ID of the required workflow that has run at least once in a repository.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json repo-required-workflow

repo-required-workflow [object]

A GitHub Actions required workflow

Attributes
badge_url string

created_at string

html_url string

id integer

name string

node_id string

path string

source_repository minimal-repository

state string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)