Skip to content

micro-nightly@2.0.14-dev.181-2024-05-12: hash check failed #1126

micro-nightly@2.0.14-dev.181-2024-05-12: hash check failed

micro-nightly@2.0.14-dev.181-2024-05-12: hash check failed #1126

Workflow file for this run

on:
issues:
types: [ opened, labeled ]
name: Issues
jobs:
issueHandler:
name: IssueHandler
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: IssueHandler
uses: ScoopInstaller/GithubActions@main
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}