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