Skip to content

Commit

Permalink
add az script action
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Nov 15, 2024
1 parent 6a893e7 commit 08739c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
node-version: lts/*
- run: yarn --frozen-lockfile
- run: yarn build:docs
- name: Azure CLI script
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # tag: v2.1.0
with:
azcliversion: latest
inlineScript: |
az storage -h

0 comments on commit 08739c9

Please sign in to comment.