Skip to content

Commit c774b8d

Browse files
committed
Update eslint annotate action argument name
1 parent e9feefd commit c774b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
github.event.pull_request.user.login == 'dependabot[bot]' )
106106
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 #3.0.0
107107
with:
108-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
108+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
109109
report-json: 'lint-js-report.json'
110110

111111
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)