slack-github-action icon indicating copy to clipboard operation
slack-github-action copied to clipboard

Send data into Slack using this GitHub Action!

Results 66 slack-github-action issues
Sort by recently updated
recently updated
newest added

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:...

bug
duplicate
question
server-side issue

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...

docs

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...

bug
needs info

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: -...

docs
question

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...

docs

### 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...

enhancement
question