austenstone/Schedule Workflow

Schedule a workflow to run at a specific time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
workflowWorkflow to run at schedule timeyes
dateDate to run the workflowno${{ github.event.inputs.date }}
wait-msMilliseconds to waitno0
wait-delay-msMilliseconds to wait between checks on the scheduleno20000
refBranch to run the workflow onno${{ github.ref }}
ownerOptional repository owner to run the workflow on.no${{ github.repository_owner }}
repoOptional repository name to run the workflow on.no${{ github.repository }}
timezoneTimezone to use for the schedulenoUS/Eastern
inputsInputs to pass to the workflowno${{ toJson(github.event.inputs) }}
inputs-ignoreInputs to ignore when passing to the workflownodate,workflow

no outputs