diff --git a/.github/workflows/send-message-to-teams.yml b/.github/workflows/send-message-to-teams.yml index c1af132..e34ee6f 100644 --- a/.github/workflows/send-message-to-teams.yml +++ b/.github/workflows/send-message-to-teams.yml @@ -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" } ) }