We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbeec66 + 3235d58 commit 21f2e2fCopy full SHA for 21f2e2f
.github/workflows/build-test-measure.yml
@@ -112,9 +112,9 @@ jobs:
112
if: >
113
! ( github.event.pull_request.head.repo.fork == true ||
114
github.event.pull_request.user.login == 'dependabot[bot]' )
115
- uses: ataylorme/eslint-annotate-action@2.2.0
+ uses: ataylorme/eslint-annotate-action@3.0.0
116
with:
117
- repo-token: '${{ secrets.GITHUB_TOKEN }}'
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
118
report-json: 'lint-js-report.json'
119
120
#-----------------------------------------------------------------------------------------------------------------------
0 commit comments