mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fix wrong version
This commit is contained in:
parent
dd662efd72
commit
addd8ca031
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting_annotate.yml
vendored
2
.github/workflows/linting_annotate.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
|
||||||
- name: Annotate linting
|
- name: Annotate linting
|
||||||
uses: ataylorme/eslint-annotate-action@v6
|
uses: ataylorme/eslint-annotate-action@v2
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
report-json: "eslint_report.json"
|
report-json: "eslint_report.json"
|
||||||
|
|
Loading…
Reference in a new issue