-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from fadenb/initial_markdown_support
Initial markdown support
- Loading branch information
Showing
6 changed files
with
8,206 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
Oops, something went wrong.