Skip to content

Remove core.notice logging, set failure if response != 1

Compare
Choose a tag to compare
@neonidian neonidian released this 11 Apr 14:41
· 200 commits to main since this release
cb7f9ff

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