Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 716 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 716 Bytes

Monta slack notifier cli action

Github action for posting a message to Slack.

This is used as part of our builds to post progress messages to Slack.

Most projects don't use this directly, but indirectly through the github-workflows

Example of Github workflow job

steps:
- name: Publish progress message to slack
  uses: monta-app/slack-notifier-cli-action@main
  id: publish-slack
  with:
    job-type: <job-type>
    job-status: <job-status>
    service-name: <service-name>
    service-emoji: <service-emoji>
    slack-app-token: <token>
    slack-channel-id: <channel-id>

See further documentation of options in action.yml