Skip to content

Commit

Permalink
add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse committed Aug 22, 2024
1 parent fdabb8d commit 0e410c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ jobs:
id: generate-password
run: |
FAKE_E2E_USER_PASSWORD=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9@#%^&*()-_=+<>?' | fold -w 12 | head -n 1)
echo "the secret password is $FAKE_E2E_USER_PASSWORD

echo "the secret password is $FAKE_E2E_USER_PASSWORD"
- name: Setup UDS Cluster
uses: ./.github/actions/uds-cluster
Expand Down

0 comments on commit 0e410c9

Please sign in to comment.