Skip to content

Commit

Permalink
test_as_action: fix Az Storage cleanup invocation quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Aug 29, 2024
1 parent f572d25 commit bdf2342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
az storage blob delete-batch \
--account-name packageskaitai \
--source test3 \
--sas-token ${{ secrets.TEST_AZURE_STORAGE_SAS_TOKEN }} \
--pattern "*"
--pattern "*" \
--sas-token ${{ secrets.TEST_AZURE_STORAGE_SAS_TOKEN }}
- name: Run action - create repo from scratch
uses: ./ # Uses an action in the root directory
id: az_repo_apt_add
Expand Down

0 comments on commit bdf2342

Please sign in to comment.