Add support for any changed file. (#35)

This commit is contained in:
Tonye Jack
2021-05-01 13:40:36 -04:00
committed by GitHub
parent a0301e7e4d
commit bdd3bf886a

View File

@@ -142,7 +142,7 @@ runs:
echo "::set-output name=all_changed::false" echo "::set-output name=all_changed::false"
fi fi
if [[ -n "$OUTPUT_ALL_MODIFIED_FILES" ]]; then if [[ -n $SORTED_OUTPUT_ALL_MODIFIED_FILES ]]; then
echo "::set-output name=any_changed::true" echo "::set-output name=any_changed::true"
else else
echo "::set-output name=any_changed::false" echo "::set-output name=any_changed::false"