From a00234fef7271555466907f2f7b947ba1668715d Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Thu, 5 Jan 2023 14:12:17 +0000 Subject: [PATCH] switch language to yaml in code snippet Signed-off-by: Brian Fletcher --- plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx index 80ac519ca6..035f44db8c 100644 --- a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx +++ b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx @@ -92,7 +92,7 @@ const ExamplesTable = (props: { examples: ActionExample[] }) => { text={example.example} showLineNumbers showCopyCodeButton - language="JavaScript" + language="yaml" />