Undo failed documentation hacks
This commit is contained in:
parent
a9d1da87e8
commit
539820f349
1 changed files with 27 additions and 27 deletions
|
@ -70,15 +70,15 @@ examples:
|
|||
webhook-url: https://hooks.slack.com/...
|
||||
json-payload: |
|
||||
{
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||
}
|
||||
}
|
||||
]
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
environment-variable:
|
||||
description: |
|
||||
|
@ -99,15 +99,15 @@ examples:
|
|||
- slack-webhook/send-message:
|
||||
json-payload: |
|
||||
{
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||
}
|
||||
}
|
||||
]
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
custom-environment-variable:
|
||||
description: |
|
||||
|
@ -130,13 +130,13 @@ examples:
|
|||
webhook-url-env-var: CUSTOM_SLACK_WEBHOOK_VARIABLE
|
||||
json-payload: |
|
||||
{
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||
}
|
||||
}
|
||||
]
|
||||
"blocks": [
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "Hello from <https://github.com/adamu|@adamu>'s `slack-webhook` CircleCi orb! 👋"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue