Skip to content

Commit f92823d

Browse files
authored
fix: Update branch reference in the workflow, now that PR branch has been merged into main (#1390)
Follow-up to #1082, specifically github-community-projects/continuous-ai-for-accessibility-scanner#1082 (comment)
2 parents d76b6ba + 3e02d12 commit f92823d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "cache_key=$(printf 'cached_findings-%s-%s.json' "${{ github.ref_name }}" "${{ matrix.site }}" | tr -cs 'A-Za-z0-9._-' '_')" >> $GITHUB_OUTPUT
6565
6666
- name: Scan site (${{ matrix.site }})
67-
uses: github-community-projects/continuous-ai-for-accessibility-scanner@smockle/auth-plus-basic
67+
uses: github-community-projects/continuous-ai-for-accessibility-scanner@main
6868
with:
6969
urls: |
7070
http://127.0.0.1:4000/

0 commit comments

Comments
 (0)