mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
test showing sha ids of commits in github workflow action
This commit is contained in:
4
.github/workflows/matrix-commit-message.yml
vendored
4
.github/workflows/matrix-commit-message.yml
vendored
@@ -6,8 +6,8 @@ jobs:
|
||||
name: Send message via Matrix
|
||||
steps:
|
||||
- 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
|
||||
- uses: narodnik/matrix-action@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user