Skip to content

Commit

Permalink
Testing azure cli action.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsak committed Mar 2, 2023
1 parent 99cb852 commit 7ddcd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/medicines-web-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
path: medicines/web/pa11y-screenshots

- name: Test azure cli function
uses: Azure/cli@v1.0.7
uses: Azure/cli
with:
azcliversion: latest
inlineScript: |
az storage blob upload-batch -d "gtestremove" -s"medicines/web/dist" --connection-string "${{ secrets.AZURE_STORAGE_PRODUCTS_WEB_CONNECTION_STRING }}"
az storage blob upload-batch -d "gtestremove" -s"medicines/web/dist" --overwrite true --connection-string "${{ secrets.AZURE_STORAGE_PRODUCTS_WEB_CONNECTION_STRING }}"

0 comments on commit 7ddcd2d

Please sign in to comment.