Skip to content

juliangruber/sleep-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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