Skip to content

Commit

Permalink
ci: Remove dryrun from the cleanup action (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Jan 28, 2025
1 parent d0c11e9 commit f2da817
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 @@ -31,7 +31,7 @@ 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 --pattern "*" --dryrun
az storage blob delete-batch --source mews-ui-widgetbook --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --pattern "*"
- name: List blobs after cleanup
uses: azure/CLI@v2
Expand Down

0 comments on commit f2da817

Please sign in to comment.