downgrade adaptive-card version to 1.4

downgrade version, otherwise the error "We're sorry, this card couldn't be displayed" will be displayed when using flowbot, which is default
This commit is contained in:
Tobias Thiemann 2024-07-23 10:21:54 +02:00
parent 4daa1ef5ac
commit 27266f60ba

View File

@ -165,7 +165,7 @@ class Teams extends NotificationProvider {
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5"
"version": "1.4"
}
}
]