From b2769eefcddd839c658a879bb47ef92bd64055b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=BCdi=20Tam=C3=A1s?= Date: Thu, 26 Sep 2024 20:55:36 +0200 Subject: [PATCH] Add the missing double quotes --- .github/workflows/self-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-prod.yml b/.github/workflows/self-prod.yml index 6538a8b..a31cc70 100644 --- a/.github/workflows/self-prod.yml +++ b/.github/workflows/self-prod.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: environment: ${{ fromJson( - github.event_name == 'workflow_dispatch' && '[${{ inputs.environment }}]' || '["staging", "production"]') }} + github.event_name == 'workflow_dispatch' && '["${{ inputs.environment }}"]' || '["staging", "production"]') }} max-parallel: 1 environment: ${{ matrix.environment }}