An open API service indexing awesome lists of open source software.

https://github.com/ghkdqhrbals/slack-list

Easy actions for alert Slack with multiple items
https://github.com/ghkdqhrbals/slack-list

actions slackbot

Last synced: 5 months ago
JSON representation

Easy actions for alert Slack with multiple items

Awesome Lists containing this project

README

          

# Slack Send List GitHub Action

Send list of data into Slack in easy way

## Setup variables

```yaml
- name: Send GitHub Action trigger data to Slack workflow
uses: ghkdqhrbals/slack-list@v1.0.12
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
actor: ${{ github.actor }}
messages: '["test1", "test2", "test3"]' # json string list syntax
message-title: 'Testing Slack Notification Header'
color: '#3bb143' # set color of your attachments
```

And will get the following message in Slack:

![img.png](img.png)