File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 required : true
3333 type : string
3434 fastdds_fallback_branch :
35- description : ' Fast DDS fallback branch in case `fastdds_branch` does not exist (e.g. master or 3.0.x-devel )'
35+ description : ' Fast DDS fallback branch in case `fastdds_branch` does not exist (e.g. master or a previous version )'
3636 required : false
3737 type : string
3838
Original file line number Diff line number Diff line change 4949 foonathan_memory_vendor_branch : ${{ inputs.foonathan_memory_vendor_branch || 'master' }}
5050 fastcdr_branch : ${{ matrix.fastcdr_version }}
5151 fastdds_branch : ${{ inputs.fastdds_branch || github.head_ref }}
52- fastdds_python_branch : ${{ inputs.fastdds_python_branch || 'main ' }}
53- fastddsgen_branch : ${{ inputs.fastddsgen_branch || github.ref || 'master ' }}
54- fastdds_fallback_branch : ${{ 'master ' }}
52+ fastdds_python_branch : ${{ inputs.fastdds_python_branch || '1.4.x ' }}
53+ fastddsgen_branch : ${{ inputs.fastddsgen_branch || github.ref || '3.3.x ' }}
54+ fastdds_fallback_branch : ${{ '2.14.x ' }}
You can’t perform that action at this time.
0 commit comments