From a95c07fdd7b31adb89c6fa4ea5bf00ac67d6d0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agli=20Pan=C3=A7i?= Date: Mon, 15 Aug 2022 21:14:05 +0200 Subject: [PATCH] updating README - updating README to use the latest version - adding link to the demo repository --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9af527..7efa4f9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: "laravel-pint" - uses: aglipanci/laravel-pint-action@0.1.0 + uses: aglipanci/laravel-pint-action@1.0.0 with: preset: laravel verboseMode: true @@ -27,6 +27,8 @@ jobs: ``` If provided, a `pint.json` file in the root will be used for configuration during run of the Action. -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) +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). + +You can see Laravel Pint Action running on my [demo repository](https://github.com/aglipanci/laravel-pint-action-demo/pulls).