Skip to content

MaximeGoyette/wait-for-it-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published