shortened description, added type to workflowInputs and fixed line issue in handler

Signed-off-by: Tracey <tradcliffe@expediagroup.com>
This commit is contained in:
Tracey
2022-01-24 14:01:17 -08:00
parent ac2f1eeec0
commit b1b5639b86
@@ -65,7 +65,8 @@ export function createGithubActionsDispatchAction(options: {
workflowInputs: {
title: 'Workflow Inputs',
description:
'Inputs keys and values to send to GitHub Action configured on the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when inputs are omitted.',
'Inputs keys and values to send to GitHub Action configured on the workflow file. The maximum number of properties is 10. ',
type: 'object',
},
},
},