From 2cf8b8f344dec13af5314bd5ba891438a9f0c5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karolis=20Vy=C4=8Dius?= Date: Mon, 24 Jul 2023 16:02:14 +0300 Subject: [PATCH] Lower case --- .github/workflows/biip-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/biip-deploy.yml b/.github/workflows/biip-deploy.yml index 12a425f..1a431d2 100644 --- a/.github/workflows/biip-deploy.yml +++ b/.github/workflows/biip-deploy.yml @@ -99,7 +99,7 @@ jobs: version: ${{ startsWith(github.ref, 'refs/tags/') && github.ref || github.sha }} - run: ${{ steps.version.outputs.version }} - - run: ${{ inputs.environment,, }} + - run: ${ ${{ inputs.environment }},, } - name: Build, tag and push Docker image id: docker