diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index ad2246c5ee..a16162bd77 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@main - name: IssueHandler - uses: ScoopInstaller/Scoop-GithubActions@main + uses: ScoopInstaller/GithubActions@main if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}