Skip to content

github-action-for-slack-notification

Actions
The github action to post message on slack
v3.0.6
Latest
Star (2)

GitHub Actions PHP for Slack notification

Appearance on Slack :

Slack message

This GitHub action code is available on github ,check it out : https://github.com/svikramjeet/git-actions.


Usage

New YML synthax

- name: Slack notification
  env:
    WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
    MESSAGE: 'Custom message'.
    USERNAME: ThisIsMyUsername # Optional.
    CHANNEL: general - Slack channel # Optional.
    ICON: ${{ secrets.ICON }}
  uses: svikramjeet/git-actions@master

Environment variables

  • USERNAME : From name in slack message
  • CHANNEL Message to be sent to channel of the webhook.the args of this Action.
  • MESSAGE : Custom MESSAGE

Secrets


That's all ❤️

github-action-for-slack-notification 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

The github action to post message on slack
v3.0.6
Latest

github-action-for-slack-notification 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.