From a42fc34978c97e3915fc4aa39693a72480822d5d Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Mon, 1 May 2023 00:32:11 +0530 Subject: [PATCH] update badge url as per https://github.com/badges/shields/issues/8671 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfbb7b3..7cfae64d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ OctoSQL is predominantly a CLI tool which lets you query a plethora of databases At the same time it's an easily extensible full-blown dataflow engine, and you can use it to add a SQL interface to your own applications. -[![GitHub](https://shields.io/github/workflow/status/cube2222/octosql/Unit%20Tests/main)](https://github.com/cube2222/octosql/actions/workflows/test.yml?query=branch%3Amain) +[![GitHub](https://shields.io/github/actions/workflow/status/cube2222/octosql/test.yml?branch=main)](https://github.com/cube2222/octosql/actions/workflows/test.yml?query=branch%3Amain) [![Go Report Card](https://goreportcard.com/badge/github.com/cube2222/octosql)](https://goreportcard.com/report/github.com/cube2222/octosql) [![GoDoc](https://godoc.org/github.com/cube2222/octosql?status.svg)](https://godoc.org/github.com/cube2222/octosql) [![License](https://shields.io/github/license/cube2222/octosql)](LICENSE)