From 14a8cb2e24d6e6aa4c25ecaa3a314da2bafd03f2 Mon Sep 17 00:00:00 2001 From: Sandy Chen Date: Sun, 31 Jul 2022 23:34:03 +0900 Subject: [PATCH] fix(): fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73ecdc4..794a1a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PostgreSQL GitHub Action +# Clone PostgreSQL Action This [GitHub Action](https://github.com/features/actions) will clone a PostgreSQL database from source to destination. @@ -9,7 +9,7 @@ See [action.yml](action.yml) Basic: ```yaml steps: -- uses: MonoidDev/clone-postgresql-action@v1 +- uses: MonoidDev/clone-postgresql-action@v0.0.2 with: from-host: 'host' from-port: 'port'