Fix input descriptions

pull/60/head
MaksimZhukov 3 years ago
parent 5e6dd4bf48
commit f00bfed6c1

@ -7,7 +7,7 @@ on:
workflow_call: workflow_call:
inputs: inputs:
tool-name: tool-name:
description: 'Name of a tool for which PR is created' description: 'Name of the tool for which PR is created'
required: true required: true
type: string type: string

@ -11,7 +11,7 @@ on:
workflow_call: workflow_call:
inputs: inputs:
tool-name: tool-name:
description: 'Name of a tool for which versions are searched' description: 'Name of the tool for which versions are searched'
required: true required: true
type: string type: string
image-url: image-url:

@ -8,7 +8,7 @@ on:
workflow_call: workflow_call:
inputs: inputs:
tool-name: tool-name:
description: 'Name of a tool for which manifest is validated' description: 'Name of the tool for which manifest is validated'
required: true required: true
type: string type: string
image-url: image-url:

Loading…
Cancel
Save