From 86791c0d5d819254c7da3462477bfc32d7725ab4 Mon Sep 17 00:00:00 2001 From: alkoleft Date: Mon, 27 May 2024 14:35:01 +0300 Subject: [PATCH] =?UTF-8?q?#337=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=B0=D0=B9=D0=BF=D0=BB=D0=B0=D0=B9=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/step-run-tests-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/step-run-tests-windows.yml b/.github/workflows/step-run-tests-windows.yml index 3cc6d65e..9c742709 100644 --- a/.github/workflows/step-run-tests-windows.yml +++ b/.github/workflows/step-run-tests-windows.yml @@ -90,7 +90,7 @@ jobs: - name: set short_locale id: short_locale run: | - Write-Output "substring='${{ inputs.locale }}'.Substring(0, 2)" >> $Env:GITHUB_OUTPUT + Write-Output "substring=" + '${{ inputs.locale }}'.Substring(0, 2) >> $Env:GITHUB_OUTPUT - name: Test run: |