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" />