From 40ca9903d2f78f8faeed19bf51182fc7c2ba4684 Mon Sep 17 00:00:00 2001 From: Ales Zima Date: Wed, 12 Jun 2024 15:10:37 +0200 Subject: [PATCH] Updated deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e074160..dc0ffe3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,8 +16,8 @@ permissions: jobs: build: - env: - PUBLIC_API_BASE_URL: ${{ secrets.PUBLIC_API_BASE_URL}} + env: + PUBLIC_API_BASE_URL: ${{ secrets.PUBLIC_API_BASE_URL}} runs-on: ubuntu-latest steps: - name: Checkout your repository using git