From ccf66df29a8c455a37336a44ad4fa1727d74c162 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 3 Nov 2023 13:27:44 +0700 Subject: [PATCH] docs: fix wrong `distro` input documentation in the `README.md` file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd8eae5..4e2498e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Here are the available input parameters for the ROS 2 Workspace Action: | Name | Default | Description | | --- | --- | --- | -| `ros2` | `iron` | Specify the distribution of ROS 2 to be set up using this action. You can refer to the [ROS 2 Distributions](https://docs.ros.org/en/rolling/Releases.html) for information about the available distributions to be used. | +| `distro` | `iron` | Specify the distribution of ROS 2 to be set up using this action. You can refer to the [ROS 2 Distributions](https://docs.ros.org/en/rolling/Releases.html) for information about the available distributions to be used. | ### Examples