diff --git a/src/MicrosoftTeamsNotification.groovy b/src/MicrosoftTeamsNotification.groovy index 260860b..3ef2544 100644 --- a/src/MicrosoftTeamsNotification.groovy +++ b/src/MicrosoftTeamsNotification.groovy @@ -21,7 +21,7 @@ rundeckPlugin(NotificationPlugin){ potentialAction: [ [ "@context": "http://schema.org", - "@type": "ViewAction", + "@type": "ActionCard", name: "Seed job execution", target: ["${execution.href}"] ] @@ -44,7 +44,7 @@ rundeckPlugin(NotificationPlugin){ potentialAction: [ [ "@context": "http://schema.org", - "@type": "ViewAction", + "@type": "ActionCard", name: "Seed job execution", target: ["${execution.href}"] ] @@ -67,7 +67,7 @@ rundeckPlugin(NotificationPlugin){ potentialAction: [ [ "@context": "http://schema.org", - "@type": "ViewAction", + "@type": "ActionCard", name: "Seed job execution", target: ["${execution.href}"] ]