Update action.yml
This commit is contained in:
parent
168ea27d9c
commit
79272641ee
@ -42,6 +42,9 @@ outputs:
|
|||||||
all_modified_files:
|
all_modified_files:
|
||||||
description: List of all copied modified and added files
|
description: List of all copied modified and added files
|
||||||
value: ${{ steps.changed_files.outputs.all_modified_files }}
|
value: ${{ steps.changed_files.outputs.all_modified_files }}
|
||||||
|
has_changed:
|
||||||
|
description: Return true only when all files provided using the files input have all changed.
|
||||||
|
value: ${{ steps.changed_files.outputs.has_changed }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user