actions-marketplace-validations/Workflow and Wait
This action triggers a workflow in another repository and waits for the result.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | The owner of the repository where the workflow is contained. | yes | — |
| repository | The repository where the workflow is contained. | yes | — |
| workflow_file_name | The reference point. For example, you could use main.yml. | yes | — |
| client_payload | Payload to pass to the workflow, must be a JSON string | no | — |
| repo_token | The Github access token with access to the repository. It is recommended you put this token under secrets. | yes | — |
Outputs
| name | description |
|---|---|
| workflow_id | The ID of the workflow that was triggered by this action |
| workflow_url | The URL of the workflow that was triggered by this action |
| conclusion | Conclusion of the job, i.e pass/failure |