mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
Merge branch 'main' into feat/add-support-for-caching
This commit is contained in:
commit
30a49f1e9b
2 changed files with 9 additions and 7 deletions
12
README.md
12
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,11 +15,13 @@ 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
|
||||
```
|
||||
|
||||
> NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.
|
||||
|
||||
## Inputs
|
||||
|
||||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: setup-postgresql
|
||||
description: Install and verify PostgreSQL on the GitHub actions runner using a specified version
|
||||
name: install-postgresql
|
||||
description: Install PostgreSQL on the GitHub actions runner and verify the installation.
|
||||
author: tj-actions
|
||||
inputs:
|
||||
postgresql_version:
|
||||
|
|
Loading…
Add table
Reference in a new issue