Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 365 Bytes

Slack Action

Inputs

slack-channel-id

Required Slack Channel ID

template

Required Action Template

  • CI
  • CD (required input: "fail")

Example usage

- name: Send Slack
  uses: dogu-team/[email protected]
  with:
    template: 'e2e'
    slack-channel-id: 'C03PL9TC44Q'
  env:
    SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}