Skip to content

Commit

Permalink
ci: Fix logging steps (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Jan 27, 2025
1 parent b6dfce2 commit 6707ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean-azure-blob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: azure/CLI@v2
with:
inlineScript: |
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --container-name mews-ui-widgetbook --output table
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --container-name mews-ui-widgetbook --output table
- name: Clean Widgetbook blob folder
uses: azure/CLI@v2
Expand All @@ -37,4 +37,4 @@ jobs:
uses: azure/CLI@v2
with:
inlineScript: |
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --container-name mews-ui-widgetbook --output table
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --container-name mews-ui-widgetbook --output table

0 comments on commit 6707ea5

Please sign in to comment.