GitHub Actions

Trigger github actions workflow run

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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

Inputs

フィールド

種類

説明

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

フィールド

種類

説明

No outputs