Skip to content

Commit 6971528

Browse files
committed
Previous commit gave me access to the array. Now let's expand it.
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 73b3808 commit 6971528

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: "${{steps.dco-check.errors.*}}"
21+
body: ${{join(steps.run_tests.errors.*, '\n')}}
2222
})

0 commit comments

Comments
 (0)