Skip to content

Commit af955d5

Browse files
committed
steps is not defined
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 3ffb49b commit af955d5

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.run_tests.errors,
21+
body: ${{ steps.run_tests.errors }},
2222
})

0 commit comments

Comments
 (0)