chore: updating scaffolder v2 template

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-03-04 10:54:34 +01:00
parent f5096bc35a
commit eed2656f12
@@ -36,7 +36,7 @@ spec:
- id: fetch-base
name: Fetch Base
action: fetch:cookiecutter
parameters:
input:
url: ./template
values:
name: '{{ parameters.name }}'
@@ -44,14 +44,14 @@ spec:
- id: fetch-docs
name: Fetch Docs
action: fetch:plain
parameters:
input:
targetPath: ./community
url: https://github.com/backstage/community/tree/main/backstage-community-sessions
- id: publish
name: Publish
action: publish:github
parameters:
input:
allowedHosts: ['github.com']
description: 'This is {{ parameters.name }}'
repoUrl: '{{ parameters.repoUrl }}'
@@ -59,7 +59,7 @@ spec:
- id: register
name: Register
action: catalog:register
parameters:
input:
repoContentsUrl: '{{ steps.publish.output.repoContentsUrl }}'
catalogInfoPath: '/catalog-info.yaml'