From 1d00da17ffd458b84d86ceecaf1ca83bf4f8e665 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 3 Sep 2019 11:21:23 +0200 Subject: [PATCH 1/2] Add action badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5523660..4509a1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Responsive HTML email signature(s) [![npm](https://img.shields.io/npm/v/responsive-html-email-signature.svg)](https://www.npmjs.com/package/responsive-html-email-signature) [![license](https://img.shields.io/github/license/danmindru/responsive-html-email-signature.svg)](/LICENSE) +[![test action status](https://github.com/danmindru/responsive-html-email-signature/workflows/Test%20template%20output/badge.svg)](https://github.com/danmindru/responsive-html-email-signature/actions) ### Let's punch email clients in the stomach 👊 From 1dece4992566f5429b8a97c9182599d1da5b1f80 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 3 Sep 2019 11:23:41 +0200 Subject: [PATCH 2/2] Fix typo: node-version to node_version --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9f78bd7..70c6c2b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8, 10, 12] + node_version: [8, 10, 12] os: [ubuntu-latest, windows-latest, macOS-latest] steps: