Skip to content

[email protected]: hash check failed

[email protected]: hash check failed #220

name: Pull Request Comments
on:
issue_comment:
types: [created]
jobs:
pullRequestValidator:
name: Pull Request Validator
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Validate Pull Request
uses: Ash258/Scoop-GithubActions@stable-win
if: startsWith(github.event.comment.body, '/verify')
env:
SHOVEL: "1"
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}