nikitasavinov / checkstyle-action

Run Java checkstyle with reviewdog in github actions
MIT License
59 stars 36 forks source link

Please correct the example provided #4

Closed naveenr-btc closed 4 years ago

naveenr-btc commented 4 years ago

The example provided shows "repo-token: ${{ secrets.GITHUB_TOKEN }}" instead of "github_token: ${{ secrets.GITHUB_TOKEN }}"

nikitasavinov commented 4 years ago

Yep, thanks for noticing.