diff --git a/README.md b/README.md index dc3fe06..e62c690 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Heroku Deploy +[![Join the chat at https://gitter.im/akhileshns-heroku-deploy/community](https://badges.gitter.im/akhileshns-heroku-deploy/community.svg)](https://gitter.im/akhileshns-heroku-deploy/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + ![GitHub issues](https://img.shields.io/github/issues/AkhileshNS/heroku-deploy.svg) ![GitHub](https://img.shields.io/github/license/AkhileshNS/heroku-deploy.svg) ![Tests](https://github.com/AkhileshNS/heroku-deploy/workflows/Tests/badge.svg) diff --git a/action.yml b/action.yml index a7c909e..29e6ecf 100644 --- a/action.yml +++ b/action.yml @@ -87,5 +87,5 @@ outputs: status: description: "The Success/Failure of the action" runs: - using: "node12" + using: "node16" main: "index.js"