1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-11-30 08:36:50 +02:00

#337 Исправлена ошибка пайплайна

This commit is contained in:
alkoleft 2024-05-27 14:35:01 +03:00
parent 5d1dea09e7
commit 86791c0d5d

View File

@ -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: |