mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-11-30 08:36:50 +02:00
#337 Исправлена ошибка пайплайна
This commit is contained in:
parent
5d1dea09e7
commit
86791c0d5d
2
.github/workflows/step-run-tests-windows.yml
vendored
2
.github/workflows/step-run-tests-windows.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user