Skip to content

Commit

Permalink
chore: updating README.md with pymsteams acknowledgment
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Jan 13, 2024
1 parent af9de18 commit c0384b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

[![Test Run for Action](https://github.com/xeekworx/notify-msteams/actions/workflows/test.yml/badge.svg)](https://github.com/xeekworx/notify-msteams/actions/workflows/test.yml)

### Description
## Description

Sends a custom connector card to a Microsoft Teams channel using a webhook URL.

## Usage
### Inputs

- `webhook-url` (required):
Expand Down Expand Up @@ -59,4 +60,8 @@ jobs:
Button One, http://example.com
Button Two, http://example.com
dry-run: 'false'
```
```
## Acknowledgments
This project uses [pymsteams](https://github.com/rveachkc/pymsteams), a Python wrapper for Microsoft Teams webhooks. `pymsteams` is distributed under the Apache License, Version 2.0. See [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) for more details.

0 comments on commit c0384b9

Please sign in to comment.