File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -129,27 +129,31 @@ jobs:
129
129
with:
130
130
remote_repository: eProsima/Fast-DDS
131
131
fallback_branch: ${{ inputs.fastdds-branch }}
132
+ skip_base: true
132
133
133
134
- name: Get Fast CDR branch
134
135
id: get_fastcdr_branch
135
136
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
136
137
with:
137
138
remote_repository: eProsima/Fast-CDR
138
139
fallback_branch: ${{ inputs.fastcdr-branch }}
140
+ skip_base: true
139
141
140
142
- name: Get Fast DDS Python branch
141
143
id: get_fastdds_python_branch
142
144
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
143
145
with:
144
146
remote_repository: eProsima/Fast-DDS-python
145
- fallback_branch: main
147
+ fallback_branch: ${{ inputs.fastdds-python-branch }}
148
+ skip_base: true
146
149
147
150
- name: Get Discovery Server branch
148
151
id: get_discovery_server_branch
149
152
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
150
153
with:
151
154
remote_repository: eProsima/Discovery-Server
152
- fallback_branch: master
155
+ fallback_branch: ${{ inputs.discovery-server-branch }}
156
+ skip_base: true
153
157
154
158
- name: Download Fast CDR, Fast DDS Python, and Discovery Server
155
159
run: |
You can’t perform that action at this time.
0 commit comments