File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -203,22 +203,21 @@ This composite action clones this repository just as in the [quickstart](#quicks
203
203
Inputs for the action :
204
204
205
205
` ` ` yaml
206
- mlops_repo :
207
- description: 'Test Runner org/repo '
208
- required: true
206
+ cache_registry :
207
+ description: 'Container Cache Registry URL '
208
+ required: false
209
209
type: string
210
- mlops_ref :
211
- description: 'Test Runner Branch/Tag '
210
+ perf_repo :
211
+ description: 'Performance Test Repo '
212
212
required: false
213
- default: develop
214
213
type: string
215
214
recipe_dir:
216
215
description: 'Path to Recipe Directory'
217
- required: false
216
+ required: true
218
217
type: string
219
218
registry:
220
219
description: 'Container Registry URL'
221
- required: true
220
+ required: false
222
221
type: string
223
222
repo:
224
223
description: 'Container Repository'
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ author: tyler.titsworth@intel.com
18
18
inputs :
19
19
cache_registry :
20
20
description : ' Container Cache Registry URL'
21
- required : true
21
+ required : false
22
22
type : string
23
23
perf_repo :
24
24
description : ' Performance Test Repo'
25
25
required : false
26
26
type : string
27
27
recipe_dir :
28
28
description : ' Path to Recipe Directory'
29
- required : false
29
+ required : true
30
30
type : string
31
31
registry :
32
32
description : ' Container Registry URL'
33
- required : true
33
+ required : false
34
34
type : string
35
35
repo :
36
36
description : ' Container Repository'
You can’t perform that action at this time.
0 commit comments