Adjusted release date in DNA and rDNA #68
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
name: Matrix message | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
jobs: | |
send-message: | |
runs-on: ubuntu-latest | |
name: Send message via Matrix | |
steps: | |
- name: Send message to DNA Matrix space development room | |
id: matrix-chat-message | |
uses: fadenb/[email protected] | |
with: | |
homeserver: ${{ secrets.MATRIX_SERVER }} | |
token: ${{ secrets.MATRIX_TOKEN }} | |
channel: ${{ secrets.MATRIX_ROOM_ID }} | |
message: | | |
New [commit](https://github.com/leifeld/dna/commit/${{ github.sha }}) in the [dna](https://github.com/leifeld/dna/) GitHub repository (branch: ${{ github.ref_name }}). Commit message: ${{ github.event.head_commit.message }}. |