actions-marketplace-validations/matrix-action
A action which is publishes messages to a matrix room
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 15, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/numericas_matrix-action@dbe54a92c528ab093d0c7fc3f3fcb42ba5eecbd9 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| room-id | The ID of the room to which messages should be published | yes | — |
| status | The job status. use job.status here | yes | — |
| user | The matrix username used to authenticate agains the matrix server | no | — |
| password | The password which should be used to authenticate against the matrix server. | no | — |
| access_token | The access_token which should be used to authenticate against the matrix server. | no | — |
| server | The matrix server which should be used. Defaults to matrix.org | no | matrix.org |
| message | An additional message that should be send. | no | — |
Outputs
no outputs