slack-github-action
slack-github-action copied to clipboard
Send data into Slack using this GitHub Action!
When creating a release using the auto generated release notes, which is markdown. The body `${{ github.release.event.body }}` is not being formatted as expected ### Workflow ```yml on: release: types:...
Every couple of years I have trouble resolving the same issue: Slack messages with blocks that appear conditionally. I think it would help a lot of people if the documentation...
Attempting to send a large amount of text in a block results in the action silently failing. I found that when I attempted to recreate the webhook API call in...
Hi All, I am trying to send slack message with image from github action, but it is failing everytime. First let me explain, what I am trying to achieve: -...
Hey guys, as titled I'm trying to implement my take of technique 1 (t1) and I'm having trouble setup the example. I downloaded the example json file [here](https://github.com/slackapi/slack-github-action/blob/main/example-workflows/Technique_1_Slack_Workflow_Builder/builds.manifest.json#L26) and tried...
### Description We generate workflow summaries from GHA and format each job as a `Block`, then post them to a notification channel for job status notifications. Recently, we encountered an...