From c0384b94dceb2ad596c391bf14ca38cedd75a423 Mon Sep 17 00:00:00 2001 From: Xeek Date: Sat, 13 Jan 2024 12:52:13 -0600 Subject: [PATCH] chore: updating README.md with pymsteams acknowledgment --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21b0636..857c073 100644 --- a/README.md +++ b/README.md @@ -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): @@ -59,4 +60,8 @@ jobs: Button One, http://example.com Button Two, http://example.com dry-run: 'false' -``` \ No newline at end of file +``` + +## 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.