chore(ci): Use Windows Actions to avoid SSL errors (#3047)

This commit is contained in:
Rashil Gandhi 2021-12-05 15:12:03 +05:30 committed by GitHub
parent ace3dc502a
commit 7a588a7b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 9 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}