Skip to content

Commit 0a00449

Browse files
committed
Next attempt to expand out the errors in a GH comment
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 6971528 commit 0a00449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
issue_number: context.issue.number,
1919
owner: context.repo.owner,
2020
repo: context.repo.repo,
21-
body: ${{join(steps.run_tests.errors.*, '\n')}}
21+
body: ${{ steps.run_tests.errors }}
2222
})

0 commit comments

Comments
 (0)