We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364bb2f commit 0be19faCopy full SHA for 0be19fa
README.md
@@ -9,7 +9,7 @@ See [action.yml](action.yml)
9
Basic:
10
```yaml
11
steps:
12
-- uses: harmon758/postgresql-action@master
+- uses: harmon758/postgresql-action@v1
13
with:
14
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
15
```
action.yml
@@ -1,6 +1,9 @@
1
name: 'Setup PostgreSQL'
2
description: 'Setup a PostgreSQL database'
3
author: 'Harmon'
4
+branding:
5
+ icon: 'database'
6
+ color: 'blue'
7
inputs:
8
# See https://hub.docker.com/_/postgres for supported versions
# and further details on input environment variables
0 commit comments