From 127760f3f47deac79e71bfcb9ed7a21c971f8b9c Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Sat, 24 Aug 2024 11:39:40 +0000 Subject: [PATCH] Fix the description of the reusable source build --- .../workflows/reusable-ros-tooling-source-build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-ros-tooling-source-build.yml b/.github/workflows/reusable-ros-tooling-source-build.yml index 3bdb04a..8ff95d2 100644 --- a/.github/workflows/reusable-ros-tooling-source-build.yml +++ b/.github/workflows/reusable-ros-tooling-source-build.yml @@ -1,12 +1,13 @@ -name: Reusable industrial_ci Workflow with Cache -# Reusable action to simplify dealing with ROS/ROS2 industrial_ci builds with cache -# author: Denis Štogl +name: Reusable workflow for building a repo with all dependencies from source +# author: +# Denis Štogl +# Christoph Froehlich on: workflow_call: inputs: ros_distro: - description: 'ROS2 distribution name' + description: 'ROS 2 distribution name' required: true type: string ref: @@ -14,7 +15,7 @@ on: required: true type: string ros2_repo_branch: - description: 'Branch in the ros2/ros2 repository from which ".repos" should be used.' + description: 'Branch in the ROS 2 repository from which ".repos" should be used.' default: 'master' required: false type: string