From ae2f6b069b9b6ea49bad722627663bb6daafd0aa Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Tue, 28 Mar 2023 20:05:30 +0200 Subject: [PATCH] docs(readme): remove badges Signed-off-by: Romain Lespinasse --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8a464aa..5cd5897 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # GitHub Slug action -[![Release][release-badge]][releases] -![Lint][lint-badge] -[![Licence][license-badge]][license] - This GitHub Action will expose the slug/short values of [some GitHub environment variables][default-environment-variables] inside your GitHub workflow. ## Table of Contents @@ -188,10 +184,6 @@ Please, use the current branch `v3.x` or a version tag (see [releases pages][rel - [Action spotlight by Michael Heap][article-2] - The next one is you. _Don't hesitate to add youself to this list._ -[release-badge]: https://img.shields.io/github/workflow/status/rlespinasse/github-slug-action/Release?label=Build&logo=github&style=flat-square -[lint-badge]: https://img.shields.io/github/workflow/status/rlespinasse/github-slug-action/Lint?label=Lint&logo=github&style=flat-square -[license-badge]: https://img.shields.io/github/license/rlespinasse/github-slug-action?style=flat-square - [actions]: https://github.com/rlespinasse/github-slug-action/actions [license]: https://github.com/rlespinasse/github-slug-action/blob/v3.x/LICENSE [examples]: https://github.com/rlespinasse/github-slug-action/tree/v3.x/examples