mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41: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:
|
jobs:
|
||||||
pullRequestHandler:
|
pullRequestHandler:
|
||||||
name: PullRequestHandler
|
name: PullRequestHandler
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: PullRequestHandler
|
- name: PullRequestHandler
|
||||||
uses: Ash258/Scoop-GithubActions@stable
|
uses: ScoopInstaller/Scoop-GithubActions@main
|
||||||
if: startsWith(github.event.comment.body, '/verify')
|
if: startsWith(github.event.comment.body, '/verify')
|
||||||
env:
|
env:
|
||||||
GITH_EMAIL: cabera.jakub@gmail.com
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
5
.github/workflows/issues.yml
vendored
5
.github/workflows/issues.yml
vendored
@ -5,12 +5,11 @@ name: Issues
|
|||||||
jobs:
|
jobs:
|
||||||
issueHandler:
|
issueHandler:
|
||||||
name: IssueHandler
|
name: IssueHandler
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: IssueHandler
|
- 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'))
|
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
|
||||||
env:
|
env:
|
||||||
GITH_EMAIL: cabera.jakub@gmail.com
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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:
|
jobs:
|
||||||
pullRequestHandler:
|
pullRequestHandler:
|
||||||
name: PullRequestHandler
|
name: PullRequestHandler
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: PullRequestHandler
|
- name: PullRequestHandler
|
||||||
uses: Ash258/Scoop-GithubActions@stable
|
uses: ScoopInstaller/Scoop-GithubActions@main
|
||||||
env:
|
env:
|
||||||
GITH_EMAIL: cabera.jakub@gmail.com
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user