From 633ef1071938b379189781efae72db89ee70c30e Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Sat, 17 Oct 2020 19:47:12 +0900 Subject: [PATCH] Add Slack webhook instructions to description --- slack-webhook-orb.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slack-webhook-orb.yml b/slack-webhook-orb.yml index f45d3ce..4da69df 100644 --- a/slack-webhook-orb.yml +++ b/slack-webhook-orb.yml @@ -1,6 +1,8 @@ version: 2.1 -description: A simple orb to send fully-customized Slack messages via Slack webhooks. +description: | + A simple orb to send fully-customized Slack messages via Slack webhooks. + To generate a webhook URL, please see the Slack instructions: https://api.slack.com/messaging/webhooks display: source_url: "https://github.com/adamu/slack-webhook-orb"