From 29436168e877381d086419874443d43fd0106863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Wed, 5 Jun 2024 16:06:22 +0200 Subject: [PATCH] fix --- .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