mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
Update README.md
This commit is contained in:
parent
7615737ca8
commit
85dc52a269
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,12 +1,12 @@
|
||||||
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
||||||
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
||||||
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
||||||
[](https://github.com/search?o=desc\&q=tj-actions+setup-postgresql+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code)
|
[](https://github.com/search?o=desc\&q=tj-actions+setup-postgresql+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code)
|
||||||
|
|
||||||
[](https://github.com/tj-actions/setup-postgresql/actions?query=workflow%3ACI)
|
[](https://github.com/tj-actions/setup-postgresql/actions?query=workflow%3ACI)
|
||||||
[](https://github.com/tj-actions/setup-postgresql/actions?query=workflow%3A%22Update+release+version.%22)
|
[](https://github.com/tj-actions/setup-postgresql/actions?query=workflow%3A%22Update+release+version.%22)
|
||||||
|
|
||||||
## setup-postgresql
|
## install-postgresql
|
||||||
|
|
||||||
This Github action installs PostgreSQL on the GitHub actions runner and verifies the installation.
|
This Github action installs PostgreSQL on the GitHub actions runner and verifies the installation.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup PostgreSQL
|
- name: Setup PostgreSQL
|
||||||
uses: tj-actions/setup-postgresql@v1
|
uses: tj-actions/instwll-postgresql@v1
|
||||||
with:
|
with:
|
||||||
postgresql_version: 15
|
postgresql_version: 15
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue