Merge pull request #5272 from tragiclifestories/fix-pr-template

Fix pull request sample template
This commit is contained in:
Ben Lambert
2021-04-09 14:47:55 +02:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix bug in pull request sample template.
@@ -69,8 +69,9 @@ spec:
{{#if parameters.description}}
{{parameters.description}}
{{/if}}
host: '{{parameters.host}}'
targetPath: '{{#if parameters.targetPath}}{{parameters.targetPath}}{{else}}{{parameters.name}}{{/if}}'
output:
remoteUrl: '{{steps.publish.output.remoteUrl}}'
links:
- url: '{{steps.publish.output.remoteUrl}}'
text: 'Go to PR'