From e8bc3968c39341da72aab4617102ff030f30eeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Thu, 6 Jun 2024 11:02:39 +0200 Subject: [PATCH] Fix in Dexynth gateway deployment --- .github/workflows/manual-deploy-dexynth-gateway.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-deploy-dexynth-gateway.yml b/.github/workflows/manual-deploy-dexynth-gateway.yml index 201999b3e0..0e75d3c8ad 100644 --- a/.github/workflows/manual-deploy-dexynth-gateway.yml +++ b/.github/workflows/manual-deploy-dexynth-gateway.yml @@ -18,7 +18,7 @@ jobs: build-and-deploy-dexynth: runs-on: ubuntu-latest environment: - name: {{ github.event.inputs.testnet_type }} + name: ${{ github.event.inputs.testnet_type }} steps: - name: 'Print GitHub variables' # This is a useful record of what the environment variables were at the time the job ran, for debugging and reference