reviewdog / action-misspell

Run misspell with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
90 stars 27 forks source link

Action is currently broken #19

Closed p4vook closed 4 years ago

p4vook commented 4 years ago

reviewdog: cannot get repo owner from environment variable. Set CI_REPO_OWNER? See https://github.com/jjs-dev/jjs/runs/944493356?check_suite_focus=true Our config for the action:

  misspell:
    name: misspell
    runs-on: ubuntu-18.04
    steps:
      - uses: actions/checkout@v2
      - uses: reviewdog/action-misspell@v1
        with:
          github_token: "${{ secrets.GITHUB_TOKEN }}"
          locale: US

Yesterday the same action worked fine

haya14busa commented 4 years ago

fixed by https://github.com/reviewdog/action-misspell/pull/20