1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Escape dollar sign in URL (#16975)

This commit is contained in:
Vince Grassia
2025-10-21 16:48:19 -04:00
committed by GitHub
parent d9e1bde5e0
commit 228b42f207

View File

@@ -392,7 +392,7 @@ jobs:
AZCOPY_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
_VAULT_NAME: ${{ steps.retrieve-secrets-azcopy.outputs.sa-bitwarden-web-vault-name }}
run: |
azcopy sync ./build "https://$_VAULT_NAME.blob.core.windows.net/$web/" \
azcopy sync ./build "https://$_VAULT_NAME.blob.core.windows.net/\$web/" \
--delete-destination="${{ inputs.force-delete-destination }}" --compare-hash="MD5"
- name: Log out from Azure