From 60f29adf7f2005f0549ca5382d90b0de6e11f21e Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Mon, 27 Dec 2021 17:25:41 +0800 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7d0e78145b..bc0d22281f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@main - name: PullRequestHandler - uses: ScoopInstaller/Scoop-GithubActions@main + uses: ScoopInstaller/GithubActions@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}