Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Aug 27, 2024
1 parent 22c39cd commit 65d5200
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '*/30 * * * *'
- cron: '20 */4 * * *'
name: Excavator
jobs:
excavate:
Expand All @@ -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: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 65d5200

Please sign in to comment.