0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00

Updated README.md

This commit is contained in:
jackton1 2023-09-08 10:46:54 +00:00 committed by GitHub
parent 96cb53f7ce
commit f194999f74

View file

@ -18,9 +18,9 @@ Template Docker action
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------------------------------------|--------|----------|-------------------------|----------------------------------------|
| <a name="input_token"></a>[token](#input_token) | string | true | `"${{ github.token }}"` | GITHUB\_TOKEN or a Repo scoped <br>PAT |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------------------------------------------------------------------------------|--------|----------|---------|-------------------------------|
| <a name="input_postgresql_version"></a>[postgresql\_version](#input_postgresql_version) | string | true | | Version of PostgreSQL. e.g 15 |
<!-- AUTO-DOC-INPUT:END -->