Skip to content

Commit 0be19fa

Browse files
committed
Release v1
1 parent 364bb2f commit 0be19fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [action.yml](action.yml)
99
Basic:
1010
```yaml
1111
steps:
12-
- uses: harmon758/postgresql-action@master
12+
- uses: harmon758/postgresql-action@v1
1313
with:
1414
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
1515
```

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Setup PostgreSQL'
22
description: 'Setup a PostgreSQL database'
33
author: 'Harmon'
4+
branding:
5+
icon: 'database'
6+
color: 'blue'
47
inputs:
58
# See https://hub.docker.com/_/postgres for supported versions
69
# and further details on input environment variables

0 commit comments

Comments
 (0)