From faf78595b8c88c192ddde9ca210e19c20705f284 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 21 Oct 2022 09:28:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 665924b..3811218 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ The following is a list of edge cases the Action knowingly does not support: **No support for `git rebase` or `git merge`**. There are many strategies on how to integrate remote upstream changes to a local repository. `git-auto-commit` does not want to be responsible for doing that. -**No support for detecting line break changes between CR (Carriage Return) and LF (Line Feed)**. This is a lovel level issue, you have to resolve differently in your project. Sorry. +**No support for detecting line break changes between CR (Carriage Return) and LF (Line Feed)**. This is a low level issue, you have to resolve differently in your project. Sorry. If this Action doesn't work for your workflow, check out [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit).