From 15cc8ad198501d7eb0148d9920d6caa912553991 Mon Sep 17 00:00:00 2001 From: shimataro Date: Tue, 31 Dec 2019 11:04:58 +0900 Subject: [PATCH] * add stars badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97b783c..c1694e1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Linux][image-verify-linux]][link-verify-linux] [![Release][image-release]][link-release] [![License][image-license]][link-license] +[![Stars][image-stars]][link-stars] This action installs SSH key into `~/.ssh`. @@ -95,3 +96,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