Skip to content

Commit

Permalink
ci: Add clean pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Jan 27, 2025
1 parent 6b204ce commit 65505fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-azure-blob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
uses: azure/CLI@v2
with:
inlineScript: |
az storage blob delete-batch --source mews-ui-widgetbook --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login
az storage blob delete-batch --source mews-ui-widgetbook --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --pattern "*" --dryrun

0 comments on commit 65505fd

Please sign in to comment.