Skip to content

Commit

Permalink
Update version to v0.3 in README
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
  • Loading branch information
christophebedard committed Feb 26, 2023
1 parent 9b0a59e commit fc52906
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand All @@ -96,7 +96,7 @@ In this case, `action-ros-ci` will build all necessary ROS 2 dependencies of `my
```yaml
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand All @@ -117,7 +117,7 @@ steps:
rosinstall_generator <package-name> --rosdistro <target-distro> \
--deps-only --deps --upstream-development > /tmp/deps.repos
# Pass the file to the action
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand All @@ -136,7 +136,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: noetic
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros1-distro: noetic
Expand All @@ -151,7 +151,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand All @@ -168,7 +168,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand All @@ -192,7 +192,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
colcon-defaults: |
{
Expand Down Expand Up @@ -228,7 +228,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand All @@ -253,7 +253,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand Down Expand Up @@ -284,7 +284,7 @@ steps:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
target-ros2-distro: humble
Expand Down Expand Up @@ -326,7 +326,7 @@ GitHub workflows can persist data generated in workers during the build using [a
```yaml
steps:
# ...
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
id: action_ros_ci_step
with:
package-name: ament_copyright
Expand All @@ -348,7 +348,7 @@ For example, if this secret is called `REPO_TOKEN`:
```yaml
steps:
# ...
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: my_package
# If there are no private dependencies, no need to create a PAT or add a secret
Expand Down

0 comments on commit fc52906

Please sign in to comment.