What's Changed
- Remove core.notice which shows a notice in the actions page like 'Message has been sent to Teams'. This has been replaced with core.info which logs inside the action
- Set action as failed if the response body does not contain the value 1. This is done because Teams always returns status code 200 and any other status code if any is wrapped inside the response body. status code 200 with response body 1 means the message send is successful
Full Changelog: v2.0.2...v2.1