From e6dcd77d1009b67c651fe63f53f43225ff66e8b6 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Wed, 2 Mar 2022 00:02:41 +0100 Subject: [PATCH] docs(README): remove "used by" badge The built-in GitHub dependents stats are more accurate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f2b51205..84b7f10e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Add & Commit -[![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DEndBug%2Fadd-and-commit%26badge%3Dtrue)](https://github.com/search?o=desc&q=EndBug+add-and-commit+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code) [![All Contributors](https://img.shields.io/github/all-contributors/EndBug/add-and-commit)](#contributors-) You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc...