Skip to content

azure-cli@2.67.0: 1. Improve uninstall purge logic 2. Download faster from GitHub releases 3. Autoupdate hash extraction #8164

azure-cli@2.67.0: 1. Improve uninstall purge logic 2. Download faster from GitHub releases 3. Autoupdate hash extraction

azure-cli@2.67.0: 1. Improve uninstall purge logic 2. Download faster from GitHub releases 3. Autoupdate hash extraction #8164

Workflow file for this run

on:
issue_comment:
types: [ created ]
name: Commented Pull Request
jobs:
pullRequestHandler:
name: PullRequestHandler
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: PullRequestHandler
uses: ScoopInstaller/GithubActions@main
if: startsWith(github.event.comment.body, '/verify')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}