mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
commit message is a multiline string to quote it
This commit is contained in:
2
.github/workflows/matrix-commit-message.yml
vendored
2
.github/workflows/matrix-commit-message.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
status: 'OK'
|
||||
user: 'narodnik'
|
||||
password: ${{ secrets.MATRIX_PASSWORD }}
|
||||
message: ${{ steps.commit-message.outputs.COMMIT_MESSAGE }}
|
||||
message: '${{ steps.commit-message.outputs.COMMIT_MESSAGE }}'
|
||||
#- name: Send message to test channel
|
||||
# id: matrix-chat-message
|
||||
# uses: fadenb/matrix-chat-message@v0.0.6
|
||||
|
||||
Reference in New Issue
Block a user