From 24d0ba95625d8fc952cfded668ee322af866f0cd Mon Sep 17 00:00:00 2001 From: EduPonz Date: Tue, 2 Apr 2024 14:59:27 +0200 Subject: [PATCH] Refs #20694: Get deduced branch output correctly Signed-off-by: EduPonz --- .github/workflows/documentation-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation-tests.yaml b/.github/workflows/documentation-tests.yaml index e57680fe0e7..0e997041c63 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -96,7 +96,7 @@ jobs: with: repository: eProsima/Fast-DDS-python path: src/fastdds-python - ref: ${{ steps.deduce_branch.outputs.deduced_branch }} + ref: ${{ steps.get_fastdds_python_branch.outputs.deduced_branch }} - name: Get Fast DDS Docs branch id: get_fastdds_docs_branch @@ -110,7 +110,7 @@ jobs: with: repository: eProsima/Fast-DDS-docs path: src/fastdds-docs - ref: ${{ steps.deduce_branch.outputs.deduced_branch }} + ref: ${{ steps.get_fastdds_docs_branch.outputs.deduced_branch }} - name: Install Fast DDS Docs required python packages uses: eProsima/eProsima-CI/ubuntu/install_python_packages@v0