diff --git a/.github/workflows/a11ytester-action.yml b/.github/workflows/a11ytester-action.yml index d0b586b4e..1be021b24 100644 --- a/.github/workflows/a11ytester-action.yml +++ b/.github/workflows/a11ytester-action.yml @@ -24,4 +24,4 @@ jobs: - name: a11ytester uses: mikaelvesavuori/a11ytester-action@v1.0.0 with: - urls: [${{ env.WEBSITE_TO_AUDIT }}] \ No newline at end of file + urls: ${{ env.WEBSITE_TO_AUDIT }} \ No newline at end of file