Skip to content

Commit

Permalink
Bump README examples to v0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard-apexai committed Feb 12, 2025
1 parent 3e59d65 commit dc90e01
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand All @@ -98,7 +98,7 @@ In this case, `action-ros-ci` will build all necessary ROS 2 dependencies of `my
```yaml
steps:
- uses: ros-tooling/[email protected]
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
ref: jazzy
Expand All @@ -148,7 +148,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.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand All @@ -167,7 +167,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: noetic
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros1-distro: noetic
Expand All @@ -182,7 +182,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand All @@ -199,7 +199,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand All @@ -223,7 +223,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand All @@ -240,7 +240,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
colcon-defaults: |
{
Expand Down Expand Up @@ -276,7 +276,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand All @@ -301,7 +301,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand Down Expand Up @@ -332,7 +332,7 @@ steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
target-ros2-distro: jazzy
Expand Down Expand Up @@ -374,7 +374,7 @@ GitHub workflows can persist data generated in workers during the build using [a
```yaml
steps:
# ...
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
id: action_ros_ci_step
with:
package-name: ament_copyright
Expand All @@ -396,7 +396,7 @@ For example, if this secret is called `REPO_TOKEN`:
```yaml
steps:
# ...
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: my_package
# If there are no private dependencies, use the default token, no need to create a PAT or add a secret
Expand All @@ -419,7 +419,7 @@ container:
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-ros-jazzy-ros-base
steps:
# ...
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@v0.4
with:
target-ros2-distro: jazzy
package-name: ament_copyright
Expand Down

0 comments on commit dc90e01

Please sign in to comment.