HMKnapp / action-slack-post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Action Post to Slack

- name: Post to Slack
  uses: hkp-wcd/action-slack-post@master
    with:
      SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
      JSON_PATH: 'slack_message.json'

About


Languages

Language:Shell 63.1%Language:Dockerfile 36.9%