From feb8e03f5686ca48707ae13505f634b363f8e636 Mon Sep 17 00:00:00 2001 From: Wayne Parrott <5588978+wayneparrott@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:46:17 -0600 Subject: [PATCH] fix readme build table badge to use the correct ghaction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e191476..79bee5b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | **ROS Distro\*** | **Linux** | **Windows** | | :--------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| Rolling | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/linux-build-and-test-compatibility.yml?branch=develop) | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/windows-build-and-test-compatibility.yml?branch=develop) | +| Rolling | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/linux-build-and-test.yml?branch=develop) | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/windows-build-and-test.yml?branch=develop) | | Humble-Hawksbill | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/linux-build-and-test-compatibility.yml?branch=develop) | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/windows-build-and-test-compatibility.yml?branch=develop) | | Foxy-Fitzroy | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/linux-build-and-test-compatibility.yml?branch=develop) | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/RobotWebTools/rclnodejs/windows-build-and-test-compatibility.yml?branch=develop) |