Skip to content

Commit

Permalink
Refs #20694: Get deduced branch output correctly
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz committed Apr 2, 2024
1 parent 72d9f09 commit 24d0ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 24d0ba9

Please sign in to comment.