try save password without displaying

This commit is contained in:
aaron burtle 2024-06-20 17:26:59 -07:00
Родитель a0c8049b2f
Коммит db60def77b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8C4893BD7A304E21
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/SQL2019.yaml поставляемый
Просмотреть файл

@ -37,7 +37,7 @@ jobs:
run: |
setlocal enabledelayedexpansion
set password=%random%%random%%random%qaZ~@
echo dbPassword=%password% >> "%GITHUB_ENV%" >nul 2>&1
for /f "delims=" %%i in ('echo !password!') do echo dbPassword=%%i >> "%GITHUB_ENV%"
# Downloads the R cabinet file for the initial release version of SQL Server 2019.
# Note that we use the -L flag to allow for redirects.