From 893f3c30bfcbf2f9780653ef44ac67b74c21022b Mon Sep 17 00:00:00 2001 From: Gianluca Boiano <491117+M0Rf30@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:10:22 +0200 Subject: [PATCH] chore: add DOCS.md metadata for woodpecker plugins (#136) --- DOCS.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/DOCS.md b/DOCS.md index 76805ba..f807849 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,11 +1,17 @@ --- date: 2019-10-19T00:00:00+00:00 -title: Telegram author: appleboy -tags: [ notifications, chat ] -repo: appleboy/drone-telegram -logo: telegram.svg +containerImage: docker.io/appleboy/drone-telegram +containerImageUrl: https://hub.docker.com/r/appleboy/drone-telegram +description: Plugin for sending Telegram notifications +icon: https://raw.githubusercontent.com/appleboy/drone-telegram/refs/heads/master/images/logo.svg image: appleboy/drone-telegram +logo: telegram.svg +name: Telegram +repo: appleboy/drone-telegram +tags: [ notifications, chat ] +title: Telegram +url: https://github.com/appleboy/drone-telegram --- The Telegram plugin posts build status messages to your account. The below pipeline configuration demonstrates simple usage: