Skip to content

Commit

Permalink
Merge pull request #4801 from backstage/blam/fix-scaffolder-v2
Browse files Browse the repository at this point in the history
chore: updating scaffolder v2 template
  • Loading branch information
benjdlambert committed Mar 4, 2021
2 parents f5096bc + eed2656 commit f6171e4
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -36,30 +36,30 @@ spec:
- id: fetch-base
name: Fetch Base
action: fetch:cookiecutter
parameters:
input:
url: ./template
values:
name: '{{ parameters.name }}'

- 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 }}'

- id: register
name: Register
action: catalog:register
parameters:
input:
repoContentsUrl: '{{ steps.publish.output.repoContentsUrl }}'
catalogInfoPath: '/catalog-info.yaml'

Expand Down

0 comments on commit f6171e4

Please sign in to comment.