From 4cea534897789d47fd0f8d71d9dadc1967de387f Mon Sep 17 00:00:00 2001
From: Maximilian Held <info@maxheld.de>
Date: Fri, 16 Aug 2019 18:19:02 +0200
Subject: [PATCH] fix repetition

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8b73a2a..40aa1cd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # checkout
 
-This action checks out your repository to `$GITHUB_WORKSPACE`, so that you so that your workflow can access the contents of your repository.
+This action checks out your repository to `$GITHUB_WORKSPACE`, so that your workflow can access the contents of your repository.
 
 # Usage