From 686020fb2a4d74917e3113116f5d0166971b4760 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 23 Sep 2020 12:43:18 +0200 Subject: [PATCH 1/2] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a455ca2..639aa1a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ In non-`push` events, such as `pull_request`, make sure to specify the `ref` to ref: ${{ github.head_ref }} ``` -You have to do this do avoid that the `checkout`-Action clones your repository in a detached state. +to do this to avoid that the `checkout`-Action clones your repository in a detached state. ### Commits of this Action do not trigger new Workflow runs From 613ea337db8f739b6b12e91e53cb8379fa962614 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 23 Sep 2020 12:43:44 +0200 Subject: [PATCH 2/2] Revert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 639aa1a..f38f859 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ In non-`push` events, such as `pull_request`, make sure to specify the `ref` to ref: ${{ github.head_ref }} ``` -to do this to avoid that the `checkout`-Action clones your repository in a detached state. +You have to do this to avoid that the `checkout`-Action clones your repository in a detached state. ### Commits of this Action do not trigger new Workflow runs