From f44c729652e4ae653b4bdf3fbc492c84dab08a53 Mon Sep 17 00:00:00 2001 From: Bence Magyar Date: Fri, 2 Jun 2023 12:21:37 +0100 Subject: [PATCH] fix typo --- .github/workflows/reusable-ros-tooling-source-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ros-tooling-source-build.yml b/.github/workflows/reusable-ros-tooling-source-build.yml index 97d4c014f5..46b998c326 100644 --- a/.github/workflows/reusable-ros-tooling-source-build.yml +++ b/.github/workflows/reusable-ros-tooling-source-build.yml @@ -14,7 +14,7 @@ on: required: true type: string ros2_repo_branch: - description: 'Branch in the ros2/ros2 repozitory from which ".repos" should be used. Possible values: master (Rolling), humble.' + description: 'Branch in the ros2/ros2 repository from which ".repos" should be used. Possible values: master (Rolling), humble.' default: 'master' required: false type: string