kjanat/Testing TypeScript Actions
A GitHub Action that sleeps for a specified number of milliseconds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 14, 2025
- License
- None
Pinned Snippet
uses: kjanat/test-typescript-action@5bed42b5e2f11346fb2be5d456b631a23937f80c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| milliseconds | The number of milliseconds to sleep | yes | 1000 |
Outputs
| name | description |
|---|---|
| time | The time slept in milliseconds |