From d2f6562b6dc37dbc1c74a0e5fd488170ca2055dc Mon Sep 17 00:00:00 2001
From: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Date: Wed, 14 Aug 2019 17:40:29 -0700
Subject: [PATCH] README: Environment variable typo fix

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

diff --git a/README.md b/README.md
index fe28f75..c331d6e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 This action checks out your repository so that your workflow operates from the root of the repository
 
 By default, this is equivalent to running `git fetch` and `git checkout $GITHUB_SHA`, so that you'll always have your repo contents at the version that triggered the workflow.
-See [here](https://help.github.com/en/articles/events-that-trigger-workflows) to learn what `$GITHUBS_SHA` is for different kinds of events.
+See [here](https://help.github.com/en/articles/events-that-trigger-workflows) to learn what `$GITHUB_SHA` is for different kinds of events.
 
 # Usage