You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 19:37:10 UTC

[commons-build-plugin] branch master updated: Add GitHub Action badge.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f693c2e  Add GitHub Action badge.
f693c2e is described below

commit f693c2e01d6571b61ee3b513faf252115f5ac726
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 15:37:03 2020 -0400

    Add GitHub Action badge.
---
 src/main/resources/commons-xdoc-templates/readme-md-template.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 709eafc..78af30a 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -43,7 +43,8 @@
 @NAME@
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-@ID@.svg)](https://travis-ci.org/apache/commons-@ID@)
+[![Travis-CI Status](https://travis-ci.org/apache/commons-@ID@.svg)](https://travis-ci.org/apache/commons-@ID@)
+[![GitHub Actions Status](https://github.com/apache/commons-@ID@/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-@ID@/actions)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-@ID@/badge.svg)](https://coveralls.io/r/apache/commons-@ID@)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/)
 [![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)