make logging of git diff unconditional, remove parameter

This commit is contained in:
dogboydog
2020-07-08 19:48:46 -04:00
committed by Webber Takken
parent 6fb8550919
commit 91ec427695
7 changed files with 34 additions and 79 deletions

View File

@@ -362,21 +362,6 @@ be needed. (use with care).
_**required:** `false`_
_**default:** false_
#### logDiffIfDirty
Print a summary of changed files if the branch is determined to be dirty.
This can be useful in debugging the reason your project files changed unexpectedly.
This option works independently of `allowDirtyBuild`.
```yaml
- uses: webbertakken/unity-builder@<version>
with:
logDiffIfDirty: true
```
_**required:** `false`_
_**default:** false_
#### customParameters
Custom parameters to configure the build.