lasith-kg/Dispatch Workflow

A GitHub action to dispatch a remote GitHub workflow and optionally retrieve its information

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dispatch-methodThe method that will be used for dispatching GitHub workflows: repository_dispatch, workflow_dispatch.yes
repoRepository of the workflow to dispatch.yes
ownerOwner of the given repository.yes
tokenGitHub API token for making API requests.yes
ref'If the selected dispatch method is workflow_dispatch, the git reference for the workflow. The reference can be a branch or tag name.' no
workflowIf the selected dispatch method is workflow_dispatch, the ID or the workflow file name to dispatch.no
event-typeIf the selected dispatch method is repository_dispatch, what event type will be triggered in the repository.no
workflow-inputsA JSON object that contains extra information that will be provided to the dispatch call.no{}
discoverA flag to enable the discovery of the Run ID from the dispatched workflow.nofalse
starting-delay-msThe delay, in milliseconds, before executing the function for the first time.no200
max-attemptsThe maximum number of times to attempt read-only GitHub API requests.no5
time-multipleThe starting-delay-ms is multiplied by the time-multiple to increase the delay between reattempts.no2

no outputs