mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
try iterating sha hashes in github workflow
This commit is contained in:
5
.github/workflows/matrix-commit-message.yml
vendored
5
.github/workflows/matrix-commit-message.yml
vendored
@@ -6,8 +6,9 @@ jobs:
|
||||
name: Send message via Matrix
|
||||
steps:
|
||||
- run: |
|
||||
commits=${{ join(github.event.commits.*.id, ' ') }}
|
||||
echo '::set-output name=COMMIT_MESSAGE::$commits'
|
||||
for i in ${{ join(github.event.commits.*.id, ' ') }}; do
|
||||
echo '::set-output name=COMMIT_MESSAGE::$i'
|
||||
done
|
||||
id: commit-message
|
||||
- uses: narodnik/matrix-action@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user