jdcargile / ms-teams-notification

GitHub Action to send a Microsoft Teams notification
MIT License
69 stars 75 forks source link

Ability to set up the author of the notification #69

Open den-cezar opened 5 months ago

den-cezar commented 5 months ago

Hey all, if my current understanding is correct, right now the ms-teams-notification, take the author from the notification from the last commit message.

Are an existing way to extend that to use the own author name or ${{ github.actor }} for GHA workflow execution that'll help a lot.?