|
@@ -6,8 +6,8 @@ jobs:
|
|
|
name: Send message via Matrix
|
|
name: Send message via Matrix
|
|
|
steps:
|
|
steps:
|
|
|
- run: |
|
|
- run: |
|
|
|
- LAST_MSG=$(git --no-pager show -s --format='%h %an: %s' HEAD)
|
|
|
|
|
- echo '::set-output name=COMMIT_MESSAGE::$LAST_MSG'
|
|
|
|
|
|
|
+ commits=${{ join(github.event.commits.\*.id, ' ') }}
|
|
|
|
|
+ echo '::set-output name=COMMIT_MESSAGE::$commits'
|
|
|
id: commit-message
|
|
id: commit-message
|
|
|
- uses: narodnik/matrix-action@main
|
|
- uses: narodnik/matrix-action@main
|
|
|
with:
|
|
with:
|