From aded825a59c2f8da33cea0799289d5e10ce30e3a Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 11:23:25 +0900 Subject: [PATCH] * add stars badge (#54) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8289253..82ff649 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Ubuntu 16.04][image-verify-ubuntu1604]][link-verify-ubuntu1604] [![Release][image-release]][link-release] [![License][image-license]][link-license] +[![Stars][image-stars]][link-stars] This action installs SSH key into `~/.ssh`. @@ -97,3 +98,5 @@ See [CHANGELOG.md](CHANGELOG.md). [link-release]: https://github.com/shimataro/ssh-key-action/releases [image-license]: https://img.shields.io/github/license/shimataro/ssh-key-action.svg [link-license]: ./LICENSE +[image-stars]: https://img.shields.io/github/stars/shimataro/ssh-key-action.svg +[link-stars]: https://github.com/shimataro/ssh-key-action/stargazers