github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/circle/testdata/orbs/slack.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: notify
     5      spec:
     6        platform:
     7          arch: amd64
     8          os: linux
     9        runtime:
    10          spec: {}
    11          type: cloud
    12        steps:
    13        - name: notify_slack
    14          spec:
    15            image: plugins/slack
    16            with:
    17              custom.block: |
    18                {
    19                  "blocks": [
    20                    {
    21                      "type": "section",
    22                      "fields": [
    23                        {
    24                          "type": "plain_text",
    25                          "text": "*This is a text notification*",
    26                          "emoji": true
    27                        }
    28                      ]
    29                    }
    30                  ]
    31                }
    32          type: plugin
    33      type: ci
    34  version: 1