Merge pull request #22524 from ManuInNZ/patch-2

Update template.examples.ts, typo fix on skeleton
This commit is contained in:
Ben Lambert
2024-01-29 13:52:00 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Simple typo fix in the fetch:template action example on the word 'skeleton'.
@@ -20,7 +20,7 @@ import yaml from 'yaml';
export const examples: TemplateExample[] = [
{
description:
'Downloads a skelaton directory that lives alongside the template file and fill it out with values.',
'Downloads a skeleton directory that lives alongside the template file and fill it out with values.',
example: yaml.stringify({
steps: [
{