From 8f243393e77168d8afa223758754070ed986f884 Mon Sep 17 00:00:00 2001
From: Stefan Zweifel <hello@stefanzweifel.io>
Date: Sun, 11 Oct 2020 11:47:09 +0200
Subject: [PATCH] Link Tests Badge

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c1469ff..bea495f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 > The GitHub Action for committing files for the 80% use case.
 
-![tests](https://github.com/stefanzweifel/git-auto-commit-action/workflows/tests/badge.svg)
+<a href="https://github.com/stefanzweifel/git-auto-commit-action/actions?query=workflow%3Atests">
+    <img src="https://github.com/stefanzweifel/git-auto-commit-action/workflows/tests/badge.svg" alt="">
+</a>
 
 This GitHub Action automatically commits files which have been changed during a Workflow run and pushes the commit back to GitHub.  
 The default committer is "GitHub Actions <actions@github.com>", and the default author of the commit is "Your GitHub Username <github_username@users.noreply.github.com>".