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 f9c5a72 commit aa1c58dCopy full SHA for aa1c58d
.github/workflows/test-eclipse-distro-gchat-notification.yml
@@ -120,14 +120,14 @@ jobs:
120
{
121
\"decoratedText\": {
122
\"topLabel\": \"P2 Update Site\",
123
- \"content\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}>${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}</a>\"
+ \"text\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}>${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}</a>\"
124
}
125
},
126
127
128
\"topLabel\": \"Distributions\",
129
- \"content\": \"${distro_links}\",
130
- \"contentMultiline\": true
+ \"text\": \"${distro_links}\",
+ \"wrapText\": true
131
132
133
]
0 commit comments