Add support for any changed file. (#35)
This commit is contained in:
parent
a0301e7e4d
commit
bdd3bf886a
@ -142,7 +142,7 @@ runs:
|
||||
echo "::set-output name=all_changed::false"
|
||||
fi
|
||||
|
||||
if [[ -n "$OUTPUT_ALL_MODIFIED_FILES" ]]; then
|
||||
if [[ -n $SORTED_OUTPUT_ALL_MODIFIED_FILES ]]; then
|
||||
echo "::set-output name=any_changed::true"
|
||||
else
|
||||
echo "::set-output name=any_changed::false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user