From d59a98072e79ae344578c918786d36faaa830f4b Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Mon, 27 Dec 2021 17:26:10 +0800 Subject: [PATCH] Update issue_comment.yml --- .github/workflows/issue_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}