Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix(*-ansible-job): Change template registration procedure. (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
DendoD96 authored Nov 15, 2023
1 parent 0d28d24 commit d99509c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/github/define-ansible-job/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ spec:
name: Registering the Catalog Info Component
action: catalog:register
input:
repoContentsUrl: ${{ steps.publish.output.repoContentsUrl }}
repoContentsUrl: https://github.com/${{ parameters.githubOrg }}/${{ parameters.repoName }}/blob/${{ steps.publish.output.targetBranchName }}
catalogInfoPath: /catalog-info.yaml
optional: true

output:
links:
Expand Down
3 changes: 2 additions & 1 deletion templates/github/launch-ansible-job/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ spec:
name: Registering the Catalog Info Component
action: catalog:register
input:
repoContentsUrl: ${{ steps.publish.output.repoContentsUrl }}
repoContentsUrl: https://github.com/${{ parameters.githubOrg }}/${{ parameters.repoName }}/blob/${{ steps.publish.output.targetBranchName }}
catalogInfoPath: /catalog-info.yaml
optional: true

output:
links:
Expand Down

0 comments on commit d99509c

Please sign in to comment.