Skip to content

Commit

Permalink
Quotes are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj authored and oudeismetis committed Nov 12, 2024
1 parent fee2d6f commit 0959d55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
working-directory: ./client
run: npx playwright test --reporter=html
env:
PLAYWRIGHT_TEST_BASE_URL: {{ ${{ github.event.deployment_status.environment_url }} }}
PLAYWRIGHT_TEST_USER_PASS: {{ ${{ secrets.PLAYWRIGHT_TEST_USER_PASS }} }}
PLAYWRIGHT_TEST_BASE_URL: {{ "${{ github.event.deployment_status.environment_url }}" }}
PLAYWRIGHT_TEST_USER_PASS: {{ "${{ secrets.PLAYWRIGHT_TEST_USER_PASS }}" }}
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down

0 comments on commit 0959d55

Please sign in to comment.