From 6283f617514105e19a210bdfd2b2d28e9bbc9ce3 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Fri, 26 Jul 2024 11:45:59 +0200 Subject: [PATCH] Refs #21226: TODO DROP THIS - update eProsima CI tag to test action changes Signed-off-by: JesusPoderoso --- .github/workflows/reusable-ubuntu-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index f34a7feb..6c5b52be 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -120,7 +120,7 @@ jobs: - name: Get Fast DDS branch id: get_fastdds_branch - uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 + uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo with: remote_repository: eProsima/Fast-DDS fallback_branch: ${{ inputs.fastdds-branch }} @@ -128,7 +128,7 @@ jobs: - name: Get Fast CDR branch id: get_fastcdr_branch - uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 + uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo with: remote_repository: eProsima/Fast-CDR fallback_branch: ${{ inputs.fastcdr-branch }} @@ -136,7 +136,7 @@ jobs: - name: Get Fast DDS Python branch id: get_fastdds_python_branch - uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 + uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo with: remote_repository: eProsima/Fast-DDS-python fallback_branch: ${{ inputs.fastdds-python-branch }} @@ -144,7 +144,7 @@ jobs: - name: Get Discovery Server branch id: get_discovery_server_branch - uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 + uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo with: remote_repository: eProsima/Discovery-Server fallback_branch: ${{ inputs.discovery-server-branch }}