From 5bc8c6290b285d4a8ab59863ce4e402ddb7a0d6c Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Fri, 24 May 2024 11:05:23 +0200 Subject: [PATCH] Set fallback branch for get_related_branch_from_repo correctly (#4816) Signed-off-by: eduponz (cherry picked from commit e3172347c36549b390a1b6018c3ff08af48da010) --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index a98f16af097..6381198fd93 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -109,7 +109,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