Skip to content

Commit

Permalink
Update UploadAndNotify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep authored Feb 7, 2024
1 parent 64eb392 commit b9c10fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UploadAndNotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
$blobUrl = az storage blob url --account-name poweraccelerators --container-name accelerators --name simplefile.txt --account-key ${{ secrets.AZURE_STORAGE_KEY }} --output tsv
echo "Blob URL: $blobUrl"
echo "BLOB_URL=$blobUrl" >> $GITHUB_ENV
$encodedSas = [System.Net.WebUtility]::UrlEncode($sas)
$combinedUrl = $blobUrl + "?" + $encodedSas
$combinedUrl = $blobUrl + "?" + $sas
echo "combinedURL: $combinedUrl"
$body = @{
Expand All @@ -54,6 +53,7 @@ jobs:
@{
type = "TextBlock"
text = "$combinedUrl"
wrap = true
}
)
actions = @(
Expand Down

0 comments on commit b9c10fc

Please sign in to comment.