Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
124 stars 52 forks source link

fix(readme): update cli version number #65

Closed mrako closed 2 years ago

mrako commented 2 years ago

The previous version 2.0.72 gives error: ERROR: Please run 'az account set' to select active account. when running action such as:

    - name: Deploy to Azure bucket
      uses: azure/CLI@v1
      with:
        azcliversion: 2.30.0
        inlineScript: |
          az storage blob upload-batch -s public -d '$web' --account-name ${{ env.STORAGE_ACCOUNT }} --subscription ${{ env.SUBSCRIPTION_ID }}
ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

t-dedah commented 2 years ago

Thanks @mrako for the PR.