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.
1 parent e9feefd commit c774b8dCopy full SHA for c774b8d
.github/workflows/build-test-measure.yml
@@ -105,7 +105,7 @@ jobs:
105
github.event.pull_request.user.login == 'dependabot[bot]' )
106
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 #3.0.0
107
with:
108
- repo-token: '${{ secrets.GITHUB_TOKEN }}'
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
109
report-json: 'lint-js-report.json'
110
111
#-----------------------------------------------------------------------------------------------------------------------
0 commit comments