From 3568db7bbcf2f869cbd3409043c0768bc912a341 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 13 Jul 2021 20:18:17 +0200 Subject: [PATCH] Add note about bash dependency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb4f26b..1cd7e67 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ The following is an extended example with all possible options available for thi disable_globbing: true ``` +Please note that the Action depends on `bash`. If you're using the Action in a job in combination with a custom Docker container, make sure that `bash` is installed. + ## Example Workflow In this example, we're running `php-cs-fixer` in a PHP project to fix the codestyle automatically, then commit possible changed files back to the repository.