diff --git a/README.md b/README.md index 396f3c6..9efafdd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Node CI +# @actalog/node-ci + +[![CI](https://github.com/actalog/node-ci/actions/workflows/ci.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/ci.yml) +[![CD](https://github.com/actalog/node-ci/actions/workflows/cd.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/cd.yml) Continuous Integration for Node.js projects diff --git a/action.yml b/action.yml index 5ceb5ac..6643bd8 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ runs: with: issue-number: ${{ github.event.pull_request.number }} body: | - # Node CI + # @actalog/node-ci Node CI completed!