Skip to content

Releases: xeekworx/notify-msteams

v1.1.1 Python Dependency Optimization

13 Jan 17:51
Compare
Choose a tag to compare

v1.1.0 Button Support

09 Jan 22:56
Compare
Choose a tag to compare

Buttons can now be added to the teams card like this example:

    # ...

    - name: Send Microsoft Teams Connector Card
      uses: xeekworx/notify-msteams@v1
      with:
        webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }}
        message-title: 'New Release'
        message-body: 'A new version of our software is now available!'
        buttons: |
          Button One, http://example.com
          Button Two, http://example.com
    # ...

v1.0.0 First Release

09 Jan 19:55
Compare
Choose a tag to compare
Pre-release

Largely untested code, please do not use this version.