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