File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
demo-catalog/templates/spring-boot-ai-service Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ spec:
156156 action : publish:github
157157 input :
158158 repoUrl : ${{ parameters.repoUrl }}
159- allowedHosts : ['github.com']
159+ # allowedHosts: ['github.com']
160160 allowRebaseMerge : false
161161 allowSquashMerge : false
162162 defaultBranch : ${{ parameters.repoBranch }}
@@ -195,17 +195,6 @@ spec:
195195 path : ' /proxy/sonarqube/projects/create?name=${{ (parameters.repoUrl | parseRepoUrl).repo }}&organization=${{ (parameters.repoUrl | parseRepoUrl).owner }}&project=${{ (parameters.repoUrl | parseRepoUrl).owner }}_${{ (parameters.repoUrl | parseRepoUrl).repo }}'
196196 headers :
197197 content-type : ' application/json'
198-
199- - id : notify
200- name : Notify
201- action : notification:send
202- input :
203- recipients : entity
204- entityRefs :
205- - user:default/guest
206- title : ' Template executed'
207- info : ' Your template has been executed'
208- severity : ' normal'
209198
210199 output :
211200 links :
You can’t perform that action at this time.
0 commit comments