GitHub Actions

Trigger github actions workflow run

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Manually trigger a Github Actions workflow run. You must configure your GitHub Actions workflow to run when the workflow_dispatch webhook event occurs.

Inputs

Champ

Type

Description

workflowId [required]

string

repository [required]

string

The target repository, with the format {owner}/{repo}.

ref [required]

string

The git reference for the workflow. The reference can be a branch or tag name.

inputs

object

Input keys and values configured in the workflow file. Inputs configured here are validated against the inputs defined in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when inputs are omitted. See documentaion for more information.

Outputs

Champ

Type

Description

No outputs