Skip to content

Commit

Permalink
use match
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 17, 2025
1 parent bf07212 commit 8d603d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run Playwright tests
run: xvfb-run pnpm playwright test
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ steps.regex.outputs.group1 }}
PLAYWRIGHT_TEST_BASE_URL: ${{ steps.regex.outputs.match }}

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 8d603d6

Please sign in to comment.