From b7fd9e5123fd90d97da93a00cb70142fa67d024d Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Mon, 9 Sep 2024 13:55:00 +0200 Subject: [PATCH] Fix an error --- .github/workflows/cloud-regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 769df23526..8c1ddda744 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -55,7 +55,7 @@ jobs: id: pwgen run: | DBPASS=$(dd if=/dev/random bs=48 count=1 2>/dev/null | base64) - echo DBPASS=${DBPASS//\//} >> ${GITHUB_OUTPUT} + echo DBPASS="${DBPASS//\//}" >> "${GITHUB_OUTPUT}" - name: Change tests according to the generated password run: |