Add https to adaptive card

python:S5332
This commit is contained in:
Zedifus 2023-10-18 19:10:53 +01:00
parent 29da62b560
commit ec5236c250

View File

@ -90,7 +90,9 @@ class TeamsWebhook(WebhookProvider):
"isSubtle": True, "isSubtle": True,
}, },
], ],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "$schema": (
"https://adaptivecards.io/schemas/adaptive-card.json"
),
"version": "1.6", "version": "1.6",
}, },
} }