Skip to content

Commit 5a2b0f4

Browse files
authored
#gen-toc throw feedback instead of null (#28505)
1 parent c74a363 commit 5a2b0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/request-ref-toc-gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
INPUT_OWNER: ${{ github.repository_owner }}
6565
INPUT_REPO: ${{ github.event.repository.name }}
6666
INPUT_PULL: ${{ github.event.issue.number }}
67-
INPUT_BODY: ${{ needs.request-toc-gen.outputs.result }}
67+
INPUT_BODY: ${{ needs.request-toc-gen.outputs.result || 'TOC generation did not produce a result. Please check the workflow logs.' }}

0 commit comments

Comments
 (0)