From b0ad8f9c991051f3be67e866f90731985bffe308 Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Wed, 6 Sep 2023 15:02:15 +0200 Subject: [PATCH] fix: environment env variable --- .github/workflows/deploy-to-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-s3.yml b/.github/workflows/deploy-to-s3.yml index 0ddd0e06..1662cb75 100644 --- a/.github/workflows/deploy-to-s3.yml +++ b/.github/workflows/deploy-to-s3.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest environment: name: ${{ env.environment }} - url: ${{ env.environment == 'UN' && https://test.uncefact.org/vckit/explorer/ || 'https://explorer.vckit.showthething.com/' }} + url: ${{ env.environment == 'UN' && 'https://test.uncefact.org/vckit/explorer/' || 'https://explorer.vckit.showthething.com/' }} env: CI: false