File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ The sections following cover more specific options.
8787``` yaml
8888jobs :
8989 build_and_test_ros2 :
90- runs_on : ubuntu-latest
90+ runs-on : ubuntu-latest
9191 container :
9292 image : rostooling/setup-ros-docker:ubuntu-noble-latest
9393 steps :
9494 - name : Build and run tests
95- uses : ros-tooling/action-ros-ci@0.7
95+ uses : ros-tooling/action-ros-ci@v0.4
9696 with :
9797 package-name : my_package
9898 target-ros2-distro : jazzy
@@ -106,7 +106,7 @@ In this case, `action-ros-ci` will rely on `setup-ros` for installing ROS 2 deve
106106` ` ` yaml
107107jobs:
108108 build_and_test_ros2:
109- runs_on : ubuntu-latest
109+ runs-on : ubuntu-latest
110110 steps:
111111 - uses: ros-tooling/setup-ros@v0.7
112112 with:
@@ -123,7 +123,7 @@ In this case, `action-ros-ci` will build all necessary ROS 2 dependencies of `my
123123
124124` ` ` yaml
125125 - name: Build and run tests
126- uses: ros-tooling/action-ros-ci@0.7
126+ uses: ros-tooling/action-ros-ci@v0.4
127127 with:
128128 package-name: my_package
129129 target-ros2-distro: jazzy
146146
147147jobs:
148148 jazzy_from_source:
149- runs_on : ubuntu-latest
149+ runs-on : ubuntu-latest
150150 container:
151151 image: rostooling/setup-ros-docker:ubuntu-noble-latest
152152 steps:
@@ -186,7 +186,7 @@ Simply use `target-ros1-distro` instead of `target-ros2-distro`.
186186` ` ` yaml
187187jobs:
188188 build_and_test_ros1:
189- runs_on : ubuntu-latest
189+ runs-on : ubuntu-latest
190190 container:
191191 image: rostooling/setup-ros-docker:ubuntu-focal-latest
192192 steps:
You can’t perform that action at this time.
0 commit comments