You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/01/18 20:03:18 UTC

[myfaces-tobago] 01/02: chore: fix github build status badges

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 2449e409be711677064663f77555fc4b0e1da54a
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed Jan 18 20:58:56 2023 +0100

    chore: fix github build status badges
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fbf001639d..054b75883a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
-# Apache Tobago
 
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-![Tobago CI](https://github.com/apache/myfaces-tobago/workflows/Tobago%20CI/badge.svg)
-![CodeQL](https://github.com/apache/myfaces-tobago/workflows/CodeQL/badge.svg)
+[![Tobago CI](https://github.com/apache/myfaces-tobago/actions/workflows/tobago-ci.yml/badge.svg?branch=tobago-5.x)](https://github.com/apache/myfaces-tobago/actions/workflows/tobago-ci.yml)
+[![CodeQL](https://github.com/apache/myfaces-tobago/actions/workflows/codeql-analysis.yml/badge.svg?branch=tobago-5.x)](https://github.com/apache/myfaces-tobago/actions/workflows/codeql-analysis.yml)
 [![Build Status ASF](https://ci-builds.apache.org/buildStatus/icon?subject=ASF-Build&job=MyFaces%2FTobago+pipeline%2Ftobago-5.x)](https://ci-builds.apache.org/job/MyFaces/job/Tobago%20pipeline/job/tobago-5.x/)
 
+# Apache Tobago
+
+
 ## Building
 
 You need Maven 3 (at least 3.0.4) and Java 8 or later to build Tobago.