We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff359d8 commit dc53b35Copy full SHA for dc53b35
.github/workflows/reusable-ubuntu-ci.yml
@@ -147,14 +147,14 @@ jobs:
147
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
148
with:
149
remote_repository: eProsima/Fast-DDS-python
150
- fallback_branch: main
+ fallback_branch: ${{ inputs.fastdds-python-branch }}
151
152
- name: Get Discovery Server branch
153
id: get_discovery_server_branch
154
155
156
remote_repository: eProsima/Discovery-Server
157
- fallback_branch: master
+ fallback_branch: ${{ inputs.discovery-server-branch }}
158
159
- name: Download Fast CDR, Fast DDS Python, and Discovery Server
160
run: |
0 commit comments