Add note about bash dependency

This commit is contained in:
Stefan Zweifel 2021-07-13 20:18:17 +02:00 committed by GitHub
parent 053f356774
commit 3568db7bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.