mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
Fix an error
This commit is contained in:
2
.github/workflows/cloud-regress.yml
vendored
2
.github/workflows/cloud-regress.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user