Skip to content

Commit

Permalink
Update send-message-to-teams.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep committed Feb 8, 2024
1 parent 0ddde3e commit 1084b64
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/send-message-to-teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ jobs:
content = @{
'$schema' = "http://adaptivecards.io/schemas/adaptive-card.json"
type = "AdaptiveCard"
version = "1.2"
version = "1.5"
body = @(
@{
wrap = true
maxLines = 3
type = "TextBlock"
text = "${{ github.event.inputs.message }}"
text = "Click below to download the AppSource Package"
}
)
actions = @(
@{
type = "Action.OpenUrl"
title = "Create Pull Request"
url = "https://github.com/microsoft/Templates-for-Power-Platform"
title = "Download Azure Blob File"
url = "https://poweraccelerators.blob.core.windows.net/accelerators/simplefile.txt?se=2025-02-06T21%3A55%3A41Z&sp=r&sv=2022-11-02&sr=b&sig=Yty8wka7nF5rqUnGjqFsPaaPRzryZ7DTmGtutqS2hY0%3D"
}
)
}
Expand Down

0 comments on commit 1084b64

Please sign in to comment.