Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 264 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 264 Bytes

sleep-action

Sleep for a set period of time. Uses zeit/ms for human friendly time strings.

Usage

steps:
  - name: Sleep for 10s
    uses: juliangruber/sleep-action@v2.0.0
    with:
      time: 10s

License

MIT