Skip to content

Commit b0ec41e

Browse files
authored
Fix action input argument (#253)
Signed-off-by: RaulSanchez <raul@eprosima.com>
1 parent 86309d6 commit b0ec41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/fetch-fastdds-repos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212
run: |
1313
wget https://raw.githubusercontent.com/eProsima/Fast-DDS/master/fastrtps.repos
1414
vcs import src < fastrtps.repos
15-
cd src/fastrtps && git checkout fastdds_branch && cd ../..
15+
cd src/fastrtps && git checkout ${{ inputs.fastdds_branch }} && cd ../..
1616
shell: bash

0 commit comments

Comments
 (0)