File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2323 required : false
2424 type : string
2525 default : ' main'
26+ upload_to_s3 :
27+ description : ' Whether to upload the built artifacts to S3. If false, the artifacts will only be uploaded as workflow artifacts.'
28+ required : false
29+ type : boolean
30+ default : true
2631 use_dev :
2732 description : ' Use the "dev" branch of the shared-actions repo'
2833 required : false
3843 project_name : ${{ inputs.project_name }}
3944 platform_list : ${{ inputs.platform_list }}
4045 vanagon_branch : ${{ inputs.vanagon_branch }}
46+ upload_to_s3 : ${{ inputs.upload_to_s3 }}
4147 working_directory : ' packaging'
4248 secrets : inherit
4349 build_dev :
4854 project_name : ${{ inputs.project_name }}
4955 platform_list : ${{ inputs.platform_list }}
5056 vanagon_branch : ${{ inputs.vanagon_branch }}
57+ upload_to_s3 : ${{ inputs.upload_to_s3 }}
5158 working_directory : ' packaging'
5259 secrets : inherit
You can’t perform that action at this time.
0 commit comments