From 0ec1d6f73f2d5569253b6cb899c0c38c106b7fa4 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 18 Sep 2024 10:30:57 +0200 Subject: [PATCH] an attempt --- .github/workflows/cloud-regress.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index b029ac87f9..84dc1a052a 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -49,8 +49,9 @@ jobs: - name: Generate a random password id: pwgen run: | + set +x DBPASS=$(dd if=/dev/random bs=48 count=1 2>/dev/null | base64) - echo "::add-mask::${DBPASS}" + echo "::add-mask::${DBPASS//\//}" echo DBPASS="${DBPASS//\//}" >> "${GITHUB_OUTPUT}" - name: Change tests according to the generated password