diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 5fc1cef..288b239 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: Ash258/Scoop-GithubActions@main-win + uses: ScoopInstaller/GithubActions@main if: startsWith(github.event.comment.body, '/verify') env: GITH_EMAIL: huanglibo2010@gmail.com diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index e6981fd..d862ab3 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@main - name: IssueHandler - uses: Ash258/Scoop-GithubActions@main-win + uses: ScoopInstaller/GithubActions@main if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) env: GITH_EMAIL: huanglibo2010@gmail.com diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 91f3999..c8d809a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@main - name: PullRequestHandler - uses: Ash258/Scoop-GithubActions@main-win + uses: ScoopInstaller/GithubActions@main env: GITH_EMAIL: huanglibo2010@gmail.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 9291d68..5f0f8f8 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '*/30 * * * *' + - cron: '20 */4 * * *' name: Excavator jobs: excavate: @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@main - name: Excavate - uses: Ash258/Scoop-GithubActions@main-win + uses: ScoopInstaller/GithubActions@main env: GITH_EMAIL: huanglibo2010@gmail.com GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}