Skip to content

[email protected]: hash check failed

[email protected]: hash check failed #93

Workflow file for this run

on:
issues:
types: [ opened, labeled ]
name: Issues
jobs:
issueHandler:
runs-on: windows-latest
name: Issue Verification
steps:
- uses: actions/checkout@main
- name: Verify Issue
uses: Ash258/Scoop-GithubActions@stable-win
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
SHOVEL: '1'
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GH_BS_TOKEN }}