Skip to content

💤 Very, very simple (and small) action to sleep for an amount of time — 10s, 2m, etc.

License

Notifications You must be signed in to change notification settings

isabella232/wait-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for Sleeping 💤

This is a very, very simple (and small — only ~1.2 MB thanks to busybox) action to wait a specified amount of time before moving on in your workflow.

Input follows the Linux sleep syntax for time units: a number followed by s for seconds, m for minutes, etc. Man page for sleep here.

Usage

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Sleep for 30 seconds
      uses: jakejarvis/wait-action@master
      with:
        time: '30s'

License

This project is distributed under the MIT license.

About

💤 Very, very simple (and small) action to sleep for an amount of time — 10s, 2m, etc.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 82.9%
  • Shell 17.1%