Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error getting for "V1" #21

Open
padmavemulapati opened this issue Jan 19, 2023 · 0 comments
Open

Error getting for "V1" #21

padmavemulapati opened this issue Jan 19, 2023 · 0 comments
Assignees
Labels

Comments

@padmavemulapati
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants