actions-marketplace-validations/Setup PostgreSQL With Init Scripts
Setup a PostgreSQL database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 9, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/m4nu56_postgresql-action@e8d945200f938632d69724a00acd4a2955ab2b62 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| postgresql version | Version of PostgreSQL to use | no | latest |
| postgresql db | POSTGRES_DB - name for the default database that is created | no | "" |
| postgresql user | POSTGRES_USER - create the specified user with superuser power | no | "" |
| postgresql password | POSTGRES_PASSWORD - superuser password | no | "" |
| postgresql init scripts | POSTGRES_INIT_SCRIPTS - directory containing DB init scripts | no | "" |
Outputs
no outputs