1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 05:57:14 +08:00

Add alternative actions

This commit is contained in:
Stefan Zweifel
2026-01-19 19:44:34 +01:00
parent df21a760dd
commit fc84150d7c

View File

@@ -11,6 +11,11 @@ By default, the commit is made in the name of "GitHub Actions" and co-authored b
If you want to learn more how this Action works under the hood, check out [this article](https://michaelheap.com/git-auto-commit/) by Michael Heap.
If your use case is not covered by git-auto-commit, you might want to check out the following alternative Actions:
- [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action)
- [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit)
## Usage
Adding git-auto-commit to your Workflow only takes a couple lines of code.