stinkyfingers/cross repo dispatch
Run a GHAction workflow in a different repository and get the output status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | target repo owner | yes | — |
| repo | target repo | yes | — |
| ref | ref of target repo to use | yes | — |
| pat | target repo personal access token | yes | — |
| user | target repo user | yes | — |
| sha | unique step name "sha" to search for in jobs | yes | — |
| client_payload | data to send to the workflow | no | — |
| workflow_status_retry_interval | interval to retry getting workflow status | no | 10 |
| workflow_status_timeout | timeout to fail getting workflow status | no | 600 |
| max_runs | max number of runs (starting at most recent) back to check for matching step "name" | no | 10 |
| event_type | event type label | yes | — |
Outputs
| name | description |
|---|---|
| status | workflow status |
| conclusion | workflow conclusion |
| html_url | html url of workflow |