action-docs
action-docs copied to clipboard
Error when workflow output has no description
Using on a reusable workflow that has outputs with no description fails with
Cannot read properties of undefined (reading 'replace')
Docs state that output description in optional https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onworkflow_calloutputs
If I add in a dummy description to each output then it works correctly
The same error occurs if a workflow input has no description.