amrfarid140 / bitrise-step-microsoft-teams-integration

MIT License
1 stars 10 forks source link

Fix ActivityImage MessageCard value #19

Closed jamieastley closed 3 years ago

jamieastley commented 3 years ago

Value is currently being set from the config.AppImageURL, which by default uses the $BITRISE_APP_SLUG env var as it's value, and this does not of course display any image within the Teams message.

Should use the config.sectionHeaderImage value instead.