Skip to content

Commit e845845

Browse files
committed
fix: Test workflow in the PR branch or dispatched branch, not always 'main'
1 parent 3d552e0 commit e845845

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@main
67+
uses: ./
6868
with:
6969
urls: |
7070
http://127.0.0.1:4000/

0 commit comments

Comments
 (0)