austenstone/Schedule Workflow
Schedule a workflow to run at a specific time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| workflow | Workflow to run at schedule time | yes | — |
| date | Date to run the workflow | no | ${{ github.event.inputs.date }} |
| wait-ms | Milliseconds to wait | no | 0 |
| wait-delay-ms | Milliseconds to wait between checks on the schedule | no | 20000 |
| ref | Branch to run the workflow on | no | ${{ github.ref }} |
| owner | Optional repository owner to run the workflow on. | no | ${{ github.repository_owner }} |
| repo | Optional repository name to run the workflow on. | no | ${{ github.repository }} |
| timezone | Timezone to use for the schedule | no | US/Eastern |
| inputs | Inputs to pass to the workflow | no | ${{ toJson(github.event.inputs) }} |
| inputs-ignore | Inputs to ignore when passing to the workflow | no | date,workflow |
Outputs
no outputs