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

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies

This PR: 1. add proxy support using undici 2. change workflow so it tests actual change 3. fix NODE_OPTIONS setting 4. upgrade unsupported ncc (build fail with old one)

Hi, did you think about adding proxy support? there are some workarounds like https://github.com/octokit/rest.js/issues/43

Hi, I don't have much experience with ts but seems like this commit e38bcccf674aafc990e0873afea3cefbdb5560e6 didn't fix `Error: error:0308010C:digital envelope routines::unsupported` `"build": "set NODE_OPTIONS=--openssl-legacy-provider tsc",` makes that tsc command is not...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

Hello, Is it possible to add a URL to the notification summary? I tried using the markup syntax but it gets printed as it is. Any idea? Thanks

uses: jdcargile/ms-teams-notification@master with: github-token: ${{ github.token }} # this will use the runner's token. ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }} notification-summary: IN_PROGRESS notification-color: 17a2b8 this was supposeto fix a bug in avatar...

The action is not working when we pass multiple webhook URI's as input Any suggestions on how to pass multiple webhooks to a called Yaml from a caller Yaml without...