We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cfca2 commit c7834a0Copy full SHA for c7834a0
.github/workflows/publish-site.yml
@@ -131,7 +131,8 @@ jobs:
131
AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
132
PR_HASH: ${{ steps.pr_hash.outputs.hash }}
133
run: |
134
+ CLEAN_SAS_TOKEN=$(echo "${AZURE_STORAGE_SAS_TOKEN}" | tr -d '\n\r\t ')
135
echo "Cleaning up deployment: ${PR_HASH}/"
- azcopy remove "https://spectrumcss.z13.web.core.windows.net/\$web/${PR_HASH}/?${AZURE_STORAGE_SAS_TOKEN}" \
136
+ azcopy remove "https://spectrumcss.blob.core.windows.net/\$web/${PR_HASH}/?${CLEAN_SAS_TOKEN}" \
137
--recursive || echo "Cleanup completed (some files may not exist)"
138
echo "Cleanup completed for PR deployment: ${PR_HASH}/"
0 commit comments