aliencube / microsoft-teams-actions

This is a GitHub Actions that sends a message to a given channel in Microsoft Teams
MIT License
79 stars 23 forks source link

Action broken? #16

Open heathsnow opened 2 years ago

heathsnow commented 2 years ago

When I attempt to use this action with the minimum configuration Teams just displays empty text:

Config

      - name: 'Teams notify started'
        uses: aliencube/microsoft-teams-actions@v0.8.0
        with:
          webhook_uri: ${{ secrets.teams_webhook_url }}
          summary: "Deployment started."

Result

Screen Shot 2022-02-01 at 4 46 27 PM