casaroli/Dispatch and phone home to report status
Dispatches a workflow and let it set the status back on the caller
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dispatch-token | Token that will be used to authenticate on the dispatched repo | no | ${{ github.token }} |
| dispatch-repository | Path to the repository with the dispatched workflow | yes | — |
| dispatch-ref | Ref of the repository to dispatch | yes | — |
| dispatch-workflow | Workflow to dispatch | yes | — |
| status-context | The context of the status report | yes | — |
| status-token | Token used to report status | no | ${{ github.token }} |
| status-repository | Repository to report status to | no | ${{ github.repository }} |
| status-sha | Commit hash to set the status to | no | ${{ github.sha }} |
| inputs | JSON String with inputs to the workflow | no | — |
| phone-home-input-name | Input name to the dispatched workflow with the information to report back the status | no | phone-home |
Outputs
no outputs