mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
try newline fix
This commit is contained in:
2
.github/workflows/matrix-commit-message.yml
vendored
2
.github/workflows/matrix-commit-message.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
ALL_MSGS=""
|
||||
for i in ${{ join(github.event.commits.*.id, ' ') }}; do
|
||||
MSG=$(git --no-pager show -s --format='%h %an: %s' $i)
|
||||
ALL_MSGS="$ALL_MSGS$MSG\n"
|
||||
ALL_MSGS="$ALL_MSGS$MSG"$'\n'
|
||||
done
|
||||
echo "::set-output name=COMMIT_MESSAGE::$ALL_MSGS"
|
||||
id: commit-message
|
||||
|
||||
Reference in New Issue
Block a user