From 3c73ba77aae9b6941940de220c85f8049290cc02 Mon Sep 17 00:00:00 2001
From: eric sciple <ericsciple@users.noreply.github.com>
Date: Thu, 2 Jan 2020 13:33:18 -0500
Subject: [PATCH] .

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

diff --git a/README.md b/README.md
index 5617987..9f08340 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 # Checkout V2
 
-This action checks-out your repository under `$GITHUB_WORKSPACE`.
+This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
 
 Only a single commit is fetched by default, for the ref/SHA that triggered the workflow. Set `fetch-depth` to fetch more history. Refer [here](https://help.github.com/en/articles/events-that-trigger-workflows) to learn which commit `$GITHUB_SHA` points to for different events.