From 0be19fa37850b22cb4c9bbf28a03abbf44abd863 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 19 Aug 2019 16:28:04 -0500 Subject: [PATCH] Release v1 --- README.md | 2 +- action.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df0583b..573c461 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/action.yml b/action.yml index cc312ae..15974ed 100644 --- a/action.yml +++ b/action.yml @@ -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