Skip to content

Commit

Permalink
Use Azure CLI v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwilcox authored May 20, 2024
1 parent 9341b1f commit 72e0baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: /home/runner/work/opensource.microsoft.com/opensource.microsoft.com
run: |
ls -la site.zip content.json
- uses: azure/CLI@v1
- uses: azure/cli@v2
name: "Upload to share via CLI"
with:
inlineScript: |
Expand All @@ -68,7 +68,7 @@ jobs:
--account-name ${{ secrets.AZURE_FILES_USERNAME }} \
--source /home/runner/work/opensource.microsoft.com/opensource.microsoft.com/content.json \
-s dev
- uses: azure/CLI@v1
- uses: azure/cli@v2
name: "Upload to share via CLI (2024)"
with:
inlineScript: |
Expand Down

0 comments on commit 72e0baa

Please sign in to comment.