Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/plain.ts

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-03-09 09:02:26 +01:00
committed by GitHub
parent d36c697538
commit 3126fe1d05
@@ -29,7 +29,7 @@ export function createFetchPlainAction(options: {
return createTemplateAction<{ url: string; targetPath?: string }>({
id: 'fetch:plain',
description:
"Downloads content and places it in the workspacePath or optionally in a subdirectory specified by the 'targetPath' input option.",
"Downloads content and places it in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option.",
schema: {
input: {
type: 'object',