Skip to content

Commit

Permalink
Release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Aug 19, 2019
1 parent 364bb2f commit 0be19fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: harmon758/postgresql-action@master
- uses: harmon758/postgresql-action@v1
with:
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
```
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Setup PostgreSQL'
description: 'Setup a PostgreSQL database'
author: 'Harmon'
branding:
icon: 'database'
color: 'blue'
inputs:
# See https://hub.docker.com/_/postgres for supported versions
# and further details on input environment variables
Expand Down

0 comments on commit 0be19fa

Please sign in to comment.