Skip to content

Commit 72c4876

Browse files
fix: typos in readme (#1001)
Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com> Co-authored-by: Christophe Bedard <bedard.christophe@gmail.com>
1 parent 8051933 commit 72c4876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ The sections following cover more specific options.
8787
```yaml
8888
jobs:
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
107107
jobs:
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
@@ -146,7 +146,7 @@ on:
146146
147147
jobs:
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
187187
jobs:
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:

0 commit comments

Comments
 (0)