We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3265d9b commit ea57baaCopy full SHA for ea57baa
1 file changed
.github/workflows/axe-core.yml
@@ -1,12 +1,12 @@
1
name: ♿️ A11Y CI with Axe Core
2
on:
3
workflow_run:
4
- workflows: ["Generate Site Preview"]
+ workflows: [Generate Site Preview]
5
types:
6
- completed
7
8
env:
9
- WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/'
+ WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.number }}.surge.sh/'
10
11
jobs:
12
Axe-CLI:
0 commit comments