From b1b5639b867f56e7d17fc2671c0b7c56fdbe6590 Mon Sep 17 00:00:00 2001 From: Tracey Date: Mon, 24 Jan 2022 14:01:17 -0800 Subject: [PATCH] shortened description, added type to workflowInputs and fixed line issue in handler Signed-off-by: Tracey --- .../scaffolder/actions/builtin/github/githubActionsDispatch.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubActionsDispatch.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubActionsDispatch.ts index 43339ba5d3..1f7f0f60b9 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubActionsDispatch.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubActionsDispatch.ts @@ -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', }, }, },