diff --git a/README.md b/README.md index 863dda6..e57429b 100644 --- a/README.md +++ b/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://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%3A%22Update+release+version.%22) +[](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) -## setup-postgresql +## install-postgresql 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: - uses: actions/checkout@v4 - name: Setup PostgreSQL - uses: tj-actions/setup-postgresql@v1 + uses: tj-actions/instwll-postgresql@v1 with: postgresql_version: 15 ```