From 312d12530e07fdb8880bf3c2acb9ebd49702ba18 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Fri, 10 May 2024 11:02:31 +0200 Subject: [PATCH] Change custom version intput in project dependencies action Signed-off-by: Raul Sanchez-Mateos --- .github/actions/project_dependencies/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/project_dependencies/action.yml b/.github/actions/project_dependencies/action.yml index 6b93560..1decd68 100644 --- a/.github/actions/project_dependencies/action.yml +++ b/.github/actions/project_dependencies/action.yml @@ -12,12 +12,7 @@ inputs: Use the custom version build from eProsima-CI. If set to false, the workflow will run the tests for Fast DDS v2 and v3. required: true - type: choice default: 'custom' - options: - - custom - - v2 - - v3 cmake_build_type: description: Specify cmake_build_type option to download specific artifact