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 5ee8116 commit 3e02d12Copy full SHA for 3e02d12
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "cache_key=$(printf 'cached_findings-%s-%s.json' "${{ github.ref_name }}" "${{ matrix.site }}" | tr -cs 'A-Za-z0-9._-' '_')" >> $GITHUB_OUTPUT
65
66
- name: Scan site (${{ matrix.site }})
67
- uses: github-community-projects/continuous-ai-for-accessibility-scanner@smockle/auth-plus-basic
+ uses: github-community-projects/continuous-ai-for-accessibility-scanner@main
68
with:
69
urls: |
70
http://127.0.0.1:4000/
0 commit comments