Skip to content

Commit 5d39e84

Browse files
committed
CI: Append body, put newline before SHA1
1 parent dad11c8 commit 5d39e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
with:
6969
fail_on_unmatched_files: true
7070
files: artifacts/objects.zip
71-
body: SHA1:${{ steps.calculate_sha1.outputs.SHA1 }}
71+
body: "\nSHA1: ${{ steps.calculate_sha1.outputs.SHA1 }}"
72+
append_body: true

0 commit comments

Comments
 (0)