Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliangruber/sleep-action
- Owner: juliangruber
- Created: 2019-11-18T11:00:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T07:00:15.000Z (5 months ago)
- Last Synced: 2024-10-17T19:22:32.204Z (26 days ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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