more fixes and changesets

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-12-07 13:21:52 +00:00
parent 626a71fa06
commit c0097db1c8
3 changed files with 6 additions and 3 deletions
@@ -61,14 +61,14 @@ spec:
name: Register
action: catalog:register
input:
repoContentsUrl: ${{ steps["publish"].output.repoContentsUrl }}
repoContentsUrl: ${{ steps['publish'].output.repoContentsUrl }}
catalogInfoPath: '/catalog-info.yaml'
# Outputs are displayed to the user after a successful execution of the template.
output:
links:
- title: Repository
url: ${{ steps["publish"].output.remoteUrl }}
url: ${{ steps['publish'].output.remoteUrl }}
- title: Open in catalog
icon: catalog
entityRef: ${{ steps['register'].output.entityRef }}