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 86309d6 commit b0ec41eCopy full SHA for b0ec41e
1 file changed
.github/actions/fetch-fastdds-repos/action.yml
@@ -12,5 +12,5 @@ runs:
12
run: |
13
wget https://raw.githubusercontent.com/eProsima/Fast-DDS/master/fastrtps.repos
14
vcs import src < fastrtps.repos
15
- cd src/fastrtps && git checkout fastdds_branch && cd ../..
+ cd src/fastrtps && git checkout ${{ inputs.fastdds_branch }} && cd ../..
16
shell: bash
0 commit comments