Skip to content

Commit aa1c58d

Browse files
committed
GChat V2 card
1 parent f9c5a72 commit aa1c58d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-eclipse-distro-gchat-notification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ jobs:
120120
{
121121
\"decoratedText\": {
122122
\"topLabel\": \"P2 Update Site\",
123-
\"content\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}>${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}</a>\"
123+
\"text\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}>${DOWNLOAD_URL_ROOT}/${{ inputs.p2_path }}</a>\"
124124
}
125125
},
126126
{
127127
\"decoratedText\": {
128128
\"topLabel\": \"Distributions\",
129-
\"content\": \"${distro_links}\",
130-
\"contentMultiline\": true
129+
\"text\": \"${distro_links}\",
130+
\"wrapText\": true
131131
}
132132
}
133133
]

0 commit comments

Comments
 (0)