From 1418b5f03d3646e594c400e80fd1a530c1980ae7 Mon Sep 17 00:00:00 2001 From: Vladimir Pavlov Date: Sat, 27 May 2023 03:05:53 +0200 Subject: [PATCH] fix readme uses path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c89ca4d..da5b387 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ jobs: name: Checkout uses: actions/checkout@v3 - name: Check with version flag - uses: VoVaVc/migrate-github-action + uses: vovavc/migrate-github-action@v0.1.1 with: path: ./backend/migrate database: postgres://username:password@localhost:5432/database_name?sslmode=disable