Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliangruber/sleep-action

Sleep for a set period of time
https://github.com/juliangruber/sleep-action

Last synced: 12 days ago
JSON representation

Sleep for a set period of time

Awesome Lists containing this project

README

        

# sleep-action

Sleep for a set period of time. Uses [zeit/ms](https://github.com/zeit/ms) for
human friendly time strings.

## Usage

```yaml
steps:
- name: Sleep for 10s
uses: juliangruber/[email protected]
with:
time: 10s
```

## License

MIT