switch language to yaml in code snippet
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -92,7 +92,7 @@ const ExamplesTable = (props: { examples: ActionExample[] }) => {
|
||||
text={example.example}
|
||||
showLineNumbers
|
||||
showCopyCodeButton
|
||||
language="JavaScript"
|
||||
language="yaml"
|
||||
/>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user