Skip to content

Commit

Permalink
Updating AzCli version to circumvent cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdmr authored and YunchuWang committed Apr 11, 2022
1 parent e4ac00f commit e33232e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ogf_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
./k6 version
- name: Setup Azure RG and Storage Account For Functions App
uses: Azure/cli@1.0.4
uses: Azure/cli@1
with:
azcliversion: 2.16.0
azcliversion: latest
inlineScript: |
echo "GITHUB_WORKSPACE: " $GITHUB_WORKSPACE
az group create --location ${{ matrix.region }} --name $RESOURCE_GROUP_NAME \
Expand Down

0 comments on commit e33232e

Please sign in to comment.