Skip to content

Commit daed7e9

Browse files
committed
Updates syntax
1 parent 3cf1970 commit daed7e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
repository: ${{ env.TESTING_REPOSITORY }}
8181
token: ${{ secrets.GH_TOKEN }}
8282
cache_key: ${{ steps.cache_key.outputs.cache_key }}
83-
scans: "['axe', 'reflow-scan']"
83+
scans: '["axe", "reflow-scan"]'
8484

8585
- name: Retrieve cached results
8686
uses: ./.github/actions/gh-cache/restore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# open_grouped_issues: false # Optional: Set to true to open an issue grouping individual issues per violation
5757
# reduced_motion: no-preference # Optional: Playwright reduced motion configuration option
5858
# color_scheme: light # Optional: Playwright color scheme configuration option
59-
# scans: '["axe","reflow-scan"]' #Optional: An array of scans (or plugins) to be performed. If not provided, only Axe will be performed.
59+
# scans: '["axe","reflow-scan"]' # Optional: An array of scans (or plugins) to be performed. If not provided, only Axe will be performed.
6060
```
6161

6262
> 👉 Update all `REPLACE_THIS` placeholders with your actual values. See [Action Inputs](#action-inputs) for details.

0 commit comments

Comments
 (0)