From db60def77bd94b925bf17a7baf7d0a779c6664e4 Mon Sep 17 00:00:00 2001 From: aaron burtle Date: Thu, 20 Jun 2024 17:26:59 -0700 Subject: [PATCH] try save password without displaying --- .github/workflows/SQL2019.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SQL2019.yaml b/.github/workflows/SQL2019.yaml index a6b005b..b505b02 100644 --- a/.github/workflows/SQL2019.yaml +++ b/.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.