@@ -121,7 +121,7 @@ spec:
|
||||
input:
|
||||
allowedHosts:
|
||||
- github.com
|
||||
description: This is {{ parameters.name }}
|
||||
description: This is ${{ parameters.name }}
|
||||
repoUrl: ${{ parameters.repoUrl }}
|
||||
|
||||
- id: register
|
||||
|
||||
@@ -198,7 +198,7 @@ spec:
|
||||
input:
|
||||
allowedHosts:
|
||||
- github.com
|
||||
description: This is {{ parameters.name }}
|
||||
description: This is ${{ parameters.name }}
|
||||
repoUrl: ${{ parameters.repoUrl }}
|
||||
|
||||
- id: register
|
||||
|
||||
@@ -74,5 +74,9 @@ spec:
|
||||
catalogInfoPath: '/catalog-info.yaml'
|
||||
|
||||
output:
|
||||
remoteUrl: ${{ steps.publish.output.remoteUrl }}
|
||||
entityRef: ${{ steps.register.output.entityRef }}
|
||||
links:
|
||||
- title: Repository
|
||||
url: ${{ steps.publish.output.remoteUrl }}
|
||||
- title: Open in catalog
|
||||
icon: catalog
|
||||
entityRef: ${{ steps.register.output.entityRef }}
|
||||
|
||||
Reference in New Issue
Block a user