Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for waiting for it

Runs the infamous wait-for-it.sh script (https://github.com/vishnubob/wait-for-it)

Usage

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Wait for PostgreSQL db
      uses: MaximeGoyette/wait-for-it-action@master
      with:
        host: 172.17.0.1
        port: 5432

License

This project is distributed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages