File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 workflow_dispatch :
99 inputs :
10- summary :
11- description : ' Release Summary'
12- required : false
13- type : string
14- default : ' '
15- sandbox :
16- description : ' Deploy to Sandbox'
17- default : true
18- required : true
19- type : boolean
2010 deploy :
2111 description : ' Deploy to K8S'
2212 default : ' Skip'
2313 required : true
2414 type : choice
2515 options :
26- - None
16+ - Skip
2717 - Staging Only
2818 - Staging + Prod
29- deployProd :
30- description : ' Deploy to Prod '
31- default : false
19+ sandbox :
20+ description : ' Deploy to Sandbox '
21+ default : true
3222 required : true
3323 type : boolean
3424 sandboxNoDbRefresh :
@@ -286,7 +276,7 @@ jobs:
286276 repoCommon : common
287277 version : ${{needs.prepare.outputs.pkg_version}}
288278 changelog : ${{ steps.changelog.outputs.changes }}
289- summary : ${{ github.event.inputs.summary }}
279+ summary : ' '
290280 coverageResultsPath : coverage.json
291281 histCoveragePath : historical-coverage.json
292282
You can’t perform that action at this time.
0 commit comments