Skip to content

Commit 73b3808

Browse files
committed
Experimenting how to get error message from previous check
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 1be3806 commit 73b3808

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.outputs.result}}"
21+
body: "${{steps.dco-check.errors.*}}"
2222
})

0 commit comments

Comments
 (0)