diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index e66e2a8e50..2286114b3e 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@main - name: PullRequestHandler - uses: ScoopInstaller/Scoop-GithubActions@main + uses: ScoopInstaller/GithubActions@main if: startsWith(github.event.comment.body, '/verify') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}