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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git

commit 9715e244469f7c587035b4b66adaecf09c7ac48a
Author: David Grove <[email protected]>
AuthorDate: Fri Jan 20 11:39:27 2023 -0500

    add GitHub Actions badge
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9e3c7a4..09c936a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 # Apache OpenWhisk runtimes for Node.js
 
 
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Build 
Status](https://travis-ci.com/apache/openwhisk-runtime-nodejs.svg?branch=master)](https://travis-ci.com/github/apache/openwhisk-runtime-nodejs)
+[![Continuous 
Integration](https://github.com/apache/openwhisk-runtime-nodejs/actions/workflows/ci.yaml/badge.svg)](https://github.com/apache/openwhisk-runtime-nodejs/actions/workflows/ci.yaml)
 
 This repository contains sources files needed to build the Node.js runtimes 
for Apache OpenWhisk. The build system will produce a series of docker images 
for each runtime version. These images are used in the platform to execute 
Node.js actions.
 

Reply via email to