From 7e64e614a1bf1c13b69f748c8ffa34fc78d84989 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 29 Feb 2020 09:52:12 +0100 Subject: [PATCH] Fix Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1fbb9a..98bd841 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Add the following step at the end of your job. The Action will only commit files back, if changes are available. The resulting commit **will not trigger** another GitHub Actions Workflow run! We recommend to use this Action in Workflows, which listen to the `pull_request` event. You can then use the option `branch: ${{ github.head_ref }}` to set up the branch name correctly. -If you don't pass a branch name, the Action will try to push the commit to a branch with the same name, as with wich the repo has been checked out. +If you don't pass a branch name, the Action will try to push the commit to a branch with the same name, as with which the repo has been checked out. ## Example Usage