Browse Source

fix wrong version

pull/194/head
mrjvs 2 years ago
parent
commit
addd8ca031
  1. 2
      .github/workflows/linting_annotate.yml

2
.github/workflows/linting_annotate.yml

@ -43,7 +43,7 @@ jobs: @@ -43,7 +43,7 @@ jobs:
- run: ls -la
- name: Annotate linting
uses: ataylorme/eslint-annotate-action@v6
uses: ataylorme/eslint-annotate-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
report-json: "eslint_report.json"

Loading…
Cancel
Save