ms-teams-notification icon indicating copy to clipboard operation
ms-teams-notification copied to clipboard

GitHub Action to send a Microsoft Teams notification

Results 38 ms-teams-notification issues
Sort by recently updated
recently updated
newest added

Hello, I can't reproduce this all the time, but maybe every other time I get the following error: `TypeError: Cannot read property 'avatar_url' of null at Object.createMessageCard (C:\Users\rdbot\Desktop\action-runners\pdp_utils\_work\_actions\jdcargile\ms-teams-notification\v1.2\dist\index.js:2341:39) at C:\Users\rdbot\Desktop\action-runners\pdp_utils\_work\_actions\jdcargile\ms-teams-notification\v1.2\dist\index.js:2959:54...

bug

- Upgrade to Node16 - Update dependencies

See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.32 to 0.5.35. Release notes Sourced from moment-timezone's releases. Release 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Changelog Sourced...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hello, I made the changes required to support both github.com and private GitHub Enterprise Server (GHES) instances. This can be useful to others (there's an issue for this : https://github.com/jdcargile/ms-teams-notification/issues/36)....

I am using this action in our workflow in the repo hosted at github.com and it works well, thanks for that. Now I am trying to use a fork of...

When the workflow is triggered with `workflow_run` from non-default branch, requesting the actions to have the capability to pickup the information from `workflow_run` payload. https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#webhook-payload-example-50 `workflow_run` always uses default branch....