Skip to content

Commit

Permalink
add quotation around $web
Browse files Browse the repository at this point in the history
  • Loading branch information
Jord-Gui committed Oct 4, 2023
1 parent d09032f commit 56c77d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
# with:
# inlineScript: |
# az storage blob list --account-name sswdory --auth-mode key -c '$web'
- run: |

- name: Test azure cli
run: |
az --version
az storage blob list --account-name sswdory --container-name $web
az storage blob list --account-name sswdory --container-name '$web'

0 comments on commit 56c77d2

Please sign in to comment.