Skip to content

vscode-insiders@1.94.0-1726722368264: hash check failed #1317

vscode-insiders@1.94.0-1726722368264: hash check failed

vscode-insiders@1.94.0-1726722368264: hash check failed #1317

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