We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf1970 commit e6d42a3Copy full SHA for e6d42a3
1 file changed
.github/workflows/test.yml
@@ -80,7 +80,7 @@ jobs:
80
repository: ${{ env.TESTING_REPOSITORY }}
81
token: ${{ secrets.GH_TOKEN }}
82
cache_key: ${{ steps.cache_key.outputs.cache_key }}
83
- scans: "['axe', 'reflow-scan']"
+ scans: '["axe", "reflow-scan"]'
84
85
- name: Retrieve cached results
86
uses: ./.github/actions/gh-cache/restore
0 commit comments