Skip to content

Commit

Permalink
fix: environment env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Sep 6, 2023
1 parent 57dbe89 commit b0ad8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0ad8f9

Please sign in to comment.