From e107e28c4ef43209d05b216cf28ceb60361205a5 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 19 Aug 2021 08:37:15 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba85745..725a7c0 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,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. +If this Action doesn't work for your workflow, check out [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit). ### Checkout the correct branch