Skip to content

Commit

Permalink
Set fallback branch for get_related_branch_from_repo correctly (#4816)
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz authored May 24, 2024
1 parent c521caf commit e317234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
with:
remote_repository: eProsima/ShapesDemo
fallback_branch: ${{ inputs.fastdds-branch || 'master' }}
fallback_branch: 'master'

- name: Download Shapes Demo repo
uses: eProsima/eProsima-CI/external/checkout@v0
Expand Down

0 comments on commit e317234

Please sign in to comment.