Skip to content

Commit

Permalink
docs(readme): update distro information
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Oct 31, 2023
1 parent e31f7c3 commit bf3c880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ichiro-its/ros2-build-and-test-action@main
```
> This will be defaulted to use [ROS 2 Foxy Fitzroy](https://docs.ros.org/en/foxy/Releases/Release-Foxy-Fitzroy.html).
> This will be defaulted to use [ROS 2 Iron Irwini](https://docs.ros.org/en/foxy/Releases/Release-Iron-Irwini.html).
> It's recommended to not checkout the repository in the root directory.
> Else, test could be failed because the package's files are mixed with the build result.
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Build and test workspace
uses: ichiro-its/ros2-build-and-test-action@main
with:
ros2-distro: dashing
ros2-distro: rolling
```
## License
Expand Down

0 comments on commit bf3c880

Please sign in to comment.