We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d89980 commit 0667e65Copy full SHA for 0667e65
.github/workflows/smoke-test.yml
@@ -16,4 +16,4 @@ jobs:
16
working-directory: tools/smoke-test
17
run: |
18
chmod +x ./waf-smoke-test.sh
19
- ./waf-smoke-test.sh "${{ env.URL }}" -o report.md
+ ./waf-smoke-test.sh "${{ secrets.WAF_TEST_URL }}" -o report.md
0 commit comments