Skip to content

peternied/action-sleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

action-sleep

GitHub Action to Sleep that works on a multi-platform runners

Thanks to https://github.com/jakejarvis/wait-action for inspiring this action

inputs:
  seconds:
    description: 'The number of seconds to sleep'
    required: true

Usage:

steps:
- uses: peternied/action-sleep@v1
  with:
    seconds: 30

About

Platform independent GitHub Action to Sleep

Resources

License

Stars

Watchers

Forks

Packages

No packages published