Try tabs to stop circleci mangling the docs :(
This commit is contained in:
parent
591c749d72
commit
a9d1da87e8
1 changed files with 33 additions and 33 deletions
|
@ -69,17 +69,17 @@ examples:
|
||||||
- slack-webhook/send-message:
|
- slack-webhook/send-message:
|
||||||
webhook-url: https://hooks.slack.com/...
|
webhook-url: https://hooks.slack.com/...
|
||||||
json-payload: |
|
json-payload: |
|
||||||
{
|
{
|
||||||
"blocks": [
|
"blocks": [
|
||||||
{
|
{
|
||||||
"type": "section",
|
"type": "section",
|
||||||
"text": {
|
"text": {
|
||||||
"type": "mrkdwn",
|
"type": "mrkdwn",
|
||||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
environment-variable:
|
environment-variable:
|
||||||
description: |
|
description: |
|
||||||
Provide the webhook URL in the SLACK_WEBHOOK environment variable on CircleCI.
|
Provide the webhook URL in the SLACK_WEBHOOK environment variable on CircleCI.
|
||||||
|
@ -98,17 +98,17 @@ examples:
|
||||||
steps:
|
steps:
|
||||||
- slack-webhook/send-message:
|
- slack-webhook/send-message:
|
||||||
json-payload: |
|
json-payload: |
|
||||||
{
|
{
|
||||||
"blocks": [
|
"blocks": [
|
||||||
{
|
{
|
||||||
"type": "section",
|
"type": "section",
|
||||||
"text": {
|
"text": {
|
||||||
"type": "mrkdwn",
|
"type": "mrkdwn",
|
||||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
custom-environment-variable:
|
custom-environment-variable:
|
||||||
description: |
|
description: |
|
||||||
Supply the webhook URL in a custom environment variable configured on CircleCI,
|
Supply the webhook URL in a custom environment variable configured on CircleCI,
|
||||||
|
@ -129,14 +129,14 @@ examples:
|
||||||
- slack-webhook/send-message:
|
- slack-webhook/send-message:
|
||||||
webhook-url-env-var: CUSTOM_SLACK_WEBHOOK_VARIABLE
|
webhook-url-env-var: CUSTOM_SLACK_WEBHOOK_VARIABLE
|
||||||
json-payload: |
|
json-payload: |
|
||||||
{
|
{
|
||||||
"blocks": [
|
"blocks": [
|
||||||
{
|
{
|
||||||
"type": "section",
|
"type": "section",
|
||||||
"text": {
|
"text": {
|
||||||
"type": "mrkdwn",
|
"type": "mrkdwn",
|
||||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue