Skip to content

Commit d2ff608

Browse files
committed
Add checkboxes
1 parent 91650ad commit d2ff608

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scaffolder-templates/agentic-ai-template/template.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ spec:
315315
output:
316316
links:
317317
- title: Source Code Repository
318-
url: {{ '${{ steps.publish.output.remoteUrl }}' }}
318+
# url: {{ '${{ steps.publish.output.remoteUrl }}' }}
319+
url: ${{ steps.publish.output.remoteUrl }}
319320
- title: Open Component in catalog
320321
icon: catalog
321-
entityRef: {{ '${{ steps.register.output.entityRef }}' }}
322+
# entityRef: {{ '${{ steps.register.output.entityRef }}' }}
323+
entityRef: ${{ steps.register.output.entityRef }}

0 commit comments

Comments
 (0)