From 6e6328ef28ba9c951379a07c83913e2acc8bc9a0 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Fri, 16 Aug 2019 07:56:22 -0700 Subject: [PATCH] README: Environment variable typo fix (#11) --- 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