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