github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/on-workflow-call/example-1.yaml (about) 1 on: 2 workflow_call: 3 inputs: 4 username: 5 description: A username passed from the caller workflow 6 default: john-doe 7 required: false 8 type: string