diff --git a/clang-tidy/README.md b/clang-tidy/README.md index 5af91f79..13ba061d 100644 --- a/clang-tidy/README.md +++ b/clang-tidy/README.md @@ -35,7 +35,7 @@ jobs: | Name | Required | Description | | --------------------- | -------- | --------------------------------------------------- | -| rosdistro | true | ROS distro. | +| rosdistro | true | The ROS distro. | | target-packages | true | The target packages to analyse by Clang-Tidy. | | clang-tidy-config-url | true | The URL to `.clang-tidy`. | | build-depends-repos | false | The `.repos` file that includes build dependencies. | diff --git a/colcon-build-and-test/README.md b/colcon-build-and-test/README.md index f60a9656..153c4cf1 100644 --- a/colcon-build-and-test/README.md +++ b/colcon-build-and-test/README.md @@ -32,7 +32,7 @@ jobs: | Name | Required | Description | | ------------------- | -------- | --------------------------------------------------- | -| rosdistro | true | ROS distro. | +| rosdistro | true | The ROS distro. | | target-packages | true | The target packages to build and test. | | build-depends-repos | false | The `.repos` file that includes build dependencies. | | token | false | The token for build dependencies. | diff --git a/register-autonomoustuff-repository/README.md b/register-autonomoustuff-repository/README.md index ac7f0af7..349d3ec6 100644 --- a/register-autonomoustuff-repository/README.md +++ b/register-autonomoustuff-repository/README.md @@ -34,9 +34,9 @@ jobs: ## Inputs -| Name | Required | Description | -| --------- | -------- | ----------- | -| rosdistro | true | ROS distro. | +| Name | Required | Description | +| --------- | -------- | --------------- | +| rosdistro | true | The ROS distro. | ## Outputs