diff --git a/README.md b/README.md index ec0060a..054b4d7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jobs: steps: - name: Send message to test channel id: matrix-chat-message - uses: fadenb/matrix-chat-message@v0.0.1 + uses: fadenb/matrix-chat-message@v0.0.2 with: homeserver: 'matrix.org' token: ${{ secrets.MATRIX_TOKEN }} diff --git a/action.yml b/action.yml index 27a7a68..dfd94f9 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Matrix Chat Message' description: 'Send a message to a Matrix channel' +branding: + icon: 'message-circle' + color: 'green' inputs: token: description: 'Access token for the account to use'