Initial implementation of logDiffIfDirty
This commit is contained in:
17
action.yml
17
action.yml
@@ -70,6 +70,23 @@ inputs:
|
||||
|
||||
Parameters must start with a hyphen (-) and may be followed by a value (without hyphen).
|
||||
Parameters without a value will be considered booleans (with a value of true).
|
||||
allowDirtyBuild:
|
||||
required: false
|
||||
default: ''
|
||||
description: >
|
||||
Allows the branch of the build to be dirty, and still generate the build.
|
||||
|
||||
Note that it is generally bad practice to modify your branch
|
||||
in a CI Pipeline. However there are exceptions where this might
|
||||
be needed. (use with care).
|
||||
logDiffIfDirty:
|
||||
required: false
|
||||
default: ''
|
||||
description: >
|
||||
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.
|
||||
outputs: {}
|
||||
branding:
|
||||
icon: 'box'
|
||||
|
||||
Reference in New Issue
Block a user