diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index 6612954..26cad3d 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -25,7 +25,7 @@ jobs: - run: pnpm install name: Install dependencies - - run: pnpm github-pr-commenter --comment-file comment.json + - run: pnpm chronus-github-pr-commenter --comment-file comment.json env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} name: Create/update comment