Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 361 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 361 Bytes

Slack Github Action

Converts Github markdown to slack mrkdwn.

Inputs

text

Required The markdown to convert.

Outputs

text

The converted text.

Example usage

uses: rep-ai/[email protected]
with:
  text: |
    # Heading 1

    ## Heading 2

    - List item 1
    - List item 2

    [Link](https://example.com)