dequelabs / axe-linter-action

A GitHub Action to lint for any accessibility issues in your pull requests.
Mozilla Public License 2.0
8 stars 6 forks source link

Error getting for "V1" #21

Open padmavemulapati opened 1 year ago

padmavemulapati commented 1 year ago

Steps to reproduce: While rasing PR to execute axe-linter-actions on github, added workflows/axe-linter.yml and configured,

name: Linting for accessibility issues

on: [pull_request]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - uses: dequelabs/axe-linter-action@v1
        with:
          api_key: ${{ secrets.AXE_LINTER_API_KEY }}
          github_token: ${{ secrets.GITHUB_TOKEN }}

based on the example given https://github.com/dequelabs/axe-linter-action#example-usage but with this getting error: image

Note: In the screenshot 11th line changed to - uses: dequelabs/axe-linter-action@v1 still getting the similar error.