Skip to content

Commit

Permalink
Fix for cookiecutter interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj committed Nov 9, 2024
1 parent 19ad26a commit 43b9526
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 43b9526

Please sign in to comment.