Skip to content

Commit 1cdafa7

Browse files
author
opentofu[bot]
committed
chore(CI): add github workflow
1 parent b86ba31 commit 1cdafa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
inlineScript: |
4949
az account show
50-
az storage blob sync --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} --auth-mode login -c '$web' -s dist --delete-destination true
50+
az storage blob sync --auth-mode login --delete-destination true --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -c '$web' -s dist

0 commit comments

Comments
 (0)