From 8a30069f18af6cc919aebc11144d75ff0f07c483 Mon Sep 17 00:00:00 2001 From: ElMan23 Date: Tue, 26 Sep 2023 14:38:17 +0200 Subject: [PATCH] other fix --- .github/workflows/build-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 48c5c5f..6e71732 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -34,10 +34,10 @@ jobs: ports: - 5432:5432 options: >- - --health_cmd pg_isready - --health_interval 10s - --health_timeout 5s - --health_retries 5 + --health-cmd pg_isready + --health-interval 10s + --health-timeout 5s + --health-retries 5 runs-on: ubuntu-latest steps: - name: Pulling git repo