We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124cca8 commit a866d88Copy full SHA for a866d88
.github/workflows/dco-check.yml
@@ -18,5 +18,5 @@ jobs:
18
issue_number: context.issue.number,
19
owner: context.repo.owner,
20
repo: context.repo.repo,
21
- body: join(steps.run_tests.errors, '\n')
+ body: steps.run_tests.errors,
22
})
0 commit comments