From 0d6c97e470c02645b0ac6cc5de2385a0acd53ac6 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 26 Sep 2021 11:39:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3b179b2..736ee4d6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Add the following step at the end of your job, after other steps that might add - uses: stefanzweifel/git-auto-commit-action@v4 ``` +Note that the Action has to be used in a Job that runs on a UNIX system (eg. `ubuntu-latest`). + The following is an extended example with all possible options available for this Action. ```yaml