From ecec7a05b6f6a3c57e59e7680e2d6b98fc13db17 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:12:24 +0100 Subject: [PATCH] Fix input branch on reusable windows CI (#4539) (#4544) * Fix input branch on reusable windows CI (#4539) Signed-off-by: EduPonz (cherry picked from commit a97e7ab7da27fecd9a0f4c6dbba7b500cc18b388) # Conflicts: # .github/workflows/ubuntu-ci.yml * Fix conflicts Signed-off-by: Miguel Company --------- Signed-off-by: Miguel Company Co-authored-by: Eduardo Ponz Segrelles Co-authored-by: Miguel Company --- .github/workflows/reusable-windows-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 6ab829d5144..5da14a84ffc 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -46,7 +46,7 @@ jobs: with: path: src/fastrtps submodules: true - ref: ${{ inputs.fastdds-branch }} + ref: ${{ inputs.fastdds_branch }} - name: Get minimum supported version of CMake uses: lukka/get-cmake@latest