From aa41d02d885cc225a5e5924f998c5fb62a6184c1 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Thu, 15 Dec 2022 12:01:58 -0700 Subject: [PATCH] README: update Shield for GitHub Actions Workflow As required by https://github.com/badges/shields/issues/8671 Signed-off-by: Kevin Locke --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb2944..15dcefe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Project Template ================ -[![Build Status](https://img.shields.io/github/workflow/status/kevinoid/node-project-template/Node.js%20CI/main.svg?style=flat&label=build)](https://github.com/kevinoid/node-project-template/actions?query=branch%3Amain) +[![Build Status](https://img.shields.io/github/actions/workflow/status/kevinoid/node-project-template/node.js.yml?branch=main&style=flat&label=build)](https://github.com/kevinoid/node-project-template/actions?query=branch%3Amain) [![Coverage](https://img.shields.io/codecov/c/github/kevinoid/project-template.svg?style=flat)](https://codecov.io/github/kevinoid/project-template?branch=main) [![Dependency Status](https://img.shields.io/david/kevinoid/project-template.svg?style=flat)](https://david-dm.org/kevinoid/project-template) [![Supported Node Version](https://img.shields.io/node/v/@kevinoid/project-template.svg?style=flat)](https://www.npmjs.com/package/@kevinoid/project-template)