Skip to content

Commit 643466a

Browse files
authored
Update README.md
1 parent 10b7b31 commit 643466a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
configPath: "vendor/my-company/coding-style/pint.json"
2626
2727
```
28-
2928
If provided, a `pint.json` file in the root will be used for configuration during run of the Action.
29+
30+
This action **DOESN'T** commit changes automatically. If you want to achieve such behaviour you have to use it in combination with another action like [git-auto-commit Action](https://github.com/stefanzweifel/git-auto-commit-action) or [Create Pull Request Action](https://github.com/marketplace/actions/create-pull-request)
31+
32+

0 commit comments

Comments
 (0)