Skip to content

action-slack - workflow status notifications in slack

Actions
Sends slack notifications about the status of a workflow
v6
Latest
Star (1)

action-slack

Status License Sponsor

Workflow status notifications in slack.

Screenshot

Usage:

- uses: titenkov/action-slack@v6

Inputs:

  • status: String The job status: ${{ job.status }}.

Environment:

  • SLACK_WEBHOOK_URL: The URL of Slack incoming webhook.

Complete example:

  name: ci
  on: [push]
  jobs:
    ci:
      runs-on: ubuntu-latest
      steps:

        - uses: titenkov/action-slack@v6
          if: ${{ always() }}
          env:
            SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
          with:
            status: ${{ job.status }}

License

The project is released under the terms of the MIT License.

action-slack - workflow status notifications in slack is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Sends slack notifications about the status of a workflow
v6
Latest

action-slack - workflow status notifications in slack is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.