Skip to content

Commit

Permalink
Merge pull request #9 from fadenb/initial_markdown_support
Browse files Browse the repository at this point in the history
Initial markdown support
  • Loading branch information
fadenb authored Oct 6, 2020
2 parents bde03cc + 99eab83 commit 89baab2
Show file tree
Hide file tree
Showing 6 changed files with 8,206 additions and 7 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,16 @@ jobs:
steps:
- name: Send message to test channel
id: matrix-chat-message
uses: fadenb/[email protected].2
uses: fadenb/[email protected].6
with:
homeserver: 'matrix.org'
token: ${{ secrets.MATRIX_TOKEN }}
channel: '<INSERT YOUR ROOM ID HERE>'
message: 'This is an example message. It even supports the use of variables like ${{ github.sha }}'
message: |
This is an *example message* using **markdown** for formatting.\
Use a `\` character at the end of a line to cause a linebreak (the whole message is treated as markdown).\
You can use variables like ${{ github.sha }} anywhere.
```
* Replace matrix.org with the address of your server.
Expand Down
Loading

0 comments on commit 89baab2

Please sign in to comment.