Skip to content

Commit

Permalink
Update UploadAndNotify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep committed Feb 7, 2024
1 parent 4a154d6 commit f417a5a
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 @@ -53,15 +53,15 @@ jobs:
body = @(
@{
type = "TextBlock"
text = $combinedUrl
text = "$combinedUrl"
wrap = true
}
)
actions = @(
@{
type = "Action.OpenUrl"
title = "Download Azure Blob File"
url = $combinedUrl
url = "http://www.microsoft.com"
}
)
}
Expand Down

0 comments on commit f417a5a

Please sign in to comment.