mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
Merge pull request #19 from tj-actions/chore/update-readme
Updated README.md
This commit is contained in:
commit
a101ee561e
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -1,7 +1,11 @@
|
|||
[](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
|
||||
[](#contributors-)
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
[](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+install-postgresql+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code)
|
||||
|
@ -23,8 +27,9 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
|
|||
postgresql-version: 16
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> * This updates the installed PostgreSQL version with the specified version and updates the PATH.
|
||||
> \[!NOTE]
|
||||
>
|
||||
> * This updates the installed PostgreSQL version with the specified version and updates the PATH.
|
||||
|
||||
## Inputs
|
||||
|
||||
|
@ -71,8 +76,11 @@ If you are reporting a bug, please include:
|
|||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- markdownlint-disable -->
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -82,6 +90,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||
</table>
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
|
Loading…
Add table
Reference in a new issue