jdcargile / ms-teams-notification

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

notification color doesn't work #62

Closed ktomaszx closed 7 months ago

ktomaszx commented 7 months ago

Hi, do you have any idea why notification color doesn't work? I guess even default one 0b93ff is not displayed. image

steps:
  - uses: actions/checkout@v4
  - name: Notify dedicated teams channel
    uses: jdcargile/ms-teams-notification@v1.4
    with:
      github-token: ${{ github.token }}
      ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
      notification-summary: Test notification message 
      notification-color: ffc107
      verbose-logging: true
ktomaszx commented 7 months ago

https://github.com/MicrosoftDocs/msteams-docs/issues/10062 they are working on it