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

GitHub Action for sending a notification to a Slack channel

Results 38 action-slack-notify issues
Sort by recently updated
recently updated
newest added

How do you use markdown in the SLACK_MESSAGE so that it will render markdown? ``` SLACK_MESSAGE: "\n**Code Version**: ${{ needs.build_code.outputs.RELEASE_TAG }}\n\n**Commit Message**: ${{ github.event.head_commit.message }}" ```

Hi there! I've started to use this bot and I wanted to customize the bot's name and icon depending on the channel (webhook) I'm using. the problem is that as...

Github Actions sends the ${{ github.action_status }} variable as "Success" which breaks the switch case. I've added a strings.ToLower() to the EnvSlackColor.

Is there a way to enable slack mentions via this github action. I created a Github Slack integration by doing `/github login` in slack for the user (github.actor) as a...

Every time dependabot has a pr this action fails with `/usr/bin/docker run --name ghcriortcampactionslacknotifyv220_d25b8b --label 4cd98f --workdir /github/workspace --rm -e AWS_DEFAULT_REGION -e pythonLocation -e LD_LIBRARY_PATH -e SLACK_CHANNEL -e SLACK_COLOR -e...

Hi, The instructions say to use a webhook to configure: > You can [generate a Slack incoming webhook token from here](https://slack.com/apps/A0F7XDUAZ-incoming-webhooks). However this method is deprecated. This Action needs to...

## Related Issue solve #83 ## Description support local github action runner with arm64 architecture :)

I'd like to include the run duration in the message sent to the slack channel.