chromium-nosync@125.0.6422.61-r1287751: fix checkver regex not working + remove redundant 32bit version #492
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
types: [ opened ] | |
name: Pull Requests | |
jobs: | |
pullRequestHandler: | |
name: PullRequestHandler | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@main | |
- name: PullRequestHandler | |
uses: ScoopInstaller/GithubActions@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |