leandromatos/Wait - Github Action Template
This is a template for creating a new GitHub Action. It is a simple action that waits for a specified number of milliseconds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| milliseconds | The number of milliseconds to wait | yes | 1000 |
Outputs
| name | description |
|---|---|
| time | The time we waited |