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:
2
.github/workflows/deploy-web.yml
vendored
2
.github/workflows/deploy-web.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user