Skip to content

Commit

Permalink
CI: Append body, put newline before SHA1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Jan 15, 2025
1 parent dad11c8 commit 5d39e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:
with:
fail_on_unmatched_files: true
files: artifacts/objects.zip
body: SHA1:${{ steps.calculate_sha1.outputs.SHA1 }}
body: "\nSHA1: ${{ steps.calculate_sha1.outputs.SHA1 }}"
append_body: true

0 comments on commit 5d39e84

Please sign in to comment.