Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 373 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 373 Bytes

Actions-slack-notify

Send slack notifications with easy

Usage

Example:

      - name: notify team
        uses: exohood/actions-slack-notify@v1
        with:
          channel: "#events"
          text: |
            *[notification]* 
            This is to notify you about notification
            :github:
          token: ${{ secrets.SLACK_API_TOKEN }}