mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
chore(ci): Use Windows Actions to avoid SSL errors (#3047)
This commit is contained in:
parent
ace3dc502a
commit
7a588a7b59
5
.github/workflows/issue_comment.yml
vendored
5
.github/workflows/issue_comment.yml
vendored
@ -5,12 +5,11 @@ name: Commented Pull Request
|
||||
jobs:
|
||||
pullRequestHandler:
|
||||
name: PullRequestHandler
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: PullRequestHandler
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
uses: ScoopInstaller/Scoop-GithubActions@main
|
||||
if: startsWith(github.event.comment.body, '/verify')
|
||||
env:
|
||||
GITH_EMAIL: cabera.jakub@gmail.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
5
.github/workflows/issues.yml
vendored
5
.github/workflows/issues.yml
vendored
@ -5,12 +5,11 @@ name: Issues
|
||||
jobs:
|
||||
issueHandler:
|
||||
name: IssueHandler
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: IssueHandler
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
uses: ScoopInstaller/Scoop-GithubActions@main
|
||||
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
|
||||
env:
|
||||
GITH_EMAIL: cabera.jakub@gmail.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
5
.github/workflows/pull_request.yml
vendored
5
.github/workflows/pull_request.yml
vendored
@ -5,11 +5,10 @@ name: Pull Requests
|
||||
jobs:
|
||||
pullRequestHandler:
|
||||
name: PullRequestHandler
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: PullRequestHandler
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
uses: ScoopInstaller/Scoop-GithubActions@main
|
||||
env:
|
||||
GITH_EMAIL: cabera.jakub@gmail.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user