From a9d1da87e8a16bcc079c11df029c367ea1ee2abb Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Sat, 17 Oct 2020 20:39:05 +0900 Subject: [PATCH] Try tabs to stop circleci mangling the docs :( --- slack-webhook-orb.yml | 66 +++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/slack-webhook-orb.yml b/slack-webhook-orb.yml index 823cfa4..c34810f 100644 --- a/slack-webhook-orb.yml +++ b/slack-webhook-orb.yml @@ -69,17 +69,17 @@ examples: - slack-webhook/send-message: webhook-url: https://hooks.slack.com/... json-payload: | - { - "blocks": [ - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "Hello from 's `slack-webhook` CircleCi orb! 👋" - } - } - ] - } + { + "blocks": [ + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "Hello from 's `slack-webhook` CircleCi orb! 👋" + } + } + ] + } environment-variable: description: | Provide the webhook URL in the SLACK_WEBHOOK environment variable on CircleCI. @@ -98,17 +98,17 @@ examples: steps: - slack-webhook/send-message: json-payload: | - { - "blocks": [ - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "Hello from 's `slack-webhook` CircleCi orb! 👋" - } - } - ] - } + { + "blocks": [ + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "Hello from 's `slack-webhook` CircleCi orb! 👋" + } + } + ] + } custom-environment-variable: description: | Supply the webhook URL in a custom environment variable configured on CircleCI, @@ -129,14 +129,14 @@ examples: - slack-webhook/send-message: webhook-url-env-var: CUSTOM_SLACK_WEBHOOK_VARIABLE json-payload: | - { - "blocks": [ - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "Hello from 's `slack-webhook` CircleCi orb! 👋" - } - } - ] - } + { + "blocks": [ + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "Hello from 's `slack-webhook` CircleCi orb! 👋" + } + } + ] + }