From 0bdd64ac5e5eb17bffa476abf1142e558323cd7a Mon Sep 17 00:00:00 2001
From: BSKY <git@bsky.moe>
Date: Thu, 19 Dec 2019 10:12:57 +0900
Subject: [PATCH] Update README.md

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 99b9c1f..3834d2f 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
-<p align="center">
-  <a href="https://github.com/actions/checkout"><img alt="GitHub Actions status" src="https://github.com/actions/checkout/workflows/test-local/badge.svg"></a>
-</p>
-
 # Checkout V2
 
+![https://github.com/actions/checkout](https://github.com/actions/checkout/workflows/test-local/badge.svg)
+
 This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
 
 By default, the repository that triggered the workflow is checked-out, for the ref/SHA that triggered the event.