casaroli/Dispatch and phone home to report status

Dispatches a workflow and let it set the status back on the caller

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dispatch-tokenToken that will be used to authenticate on the dispatched repono${{ github.token }}
dispatch-repositoryPath to the repository with the dispatched workflowyes
dispatch-refRef of the repository to dispatchyes
dispatch-workflowWorkflow to dispatchyes
status-contextThe context of the status reportyes
status-tokenToken used to report statusno${{ github.token }}
status-repositoryRepository to report status tono${{ github.repository }}
status-shaCommit hash to set the status tono${{ github.sha }}
inputsJSON String with inputs to the workflowno
phone-home-input-nameInput name to the dispatched workflow with the information to report back the statusnophone-home

no outputs