feat: Add support for listing renames.
This commit is contained in:
parent
1e1e79beb1
commit
c004907b76
@ -82,7 +82,7 @@ else
|
|||||||
else
|
else
|
||||||
echo "::set-output name=any_changed::false"
|
echo "::set-output name=any_changed::false"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OTHER_CHANGED=""
|
OTHER_CHANGED=""
|
||||||
|
|
||||||
if [[ -n $ALL_OTHER_CHANGED ]]; then
|
if [[ -n $ALL_OTHER_CHANGED ]]; then
|
||||||
@ -112,7 +112,7 @@ else
|
|||||||
else
|
else
|
||||||
echo "::set-output name=any_modified::false"
|
echo "::set-output name=any_modified::false"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OTHER_MODIFIED=""
|
OTHER_MODIFIED=""
|
||||||
|
|
||||||
if [[ -n $ALL_OTHER_MODIFIED ]]; then
|
if [[ -n $ALL_OTHER_MODIFIED ]]; then
|
||||||
@ -142,7 +142,7 @@ else
|
|||||||
else
|
else
|
||||||
echo "::set-output name=any_deleted::false"
|
echo "::set-output name=any_deleted::false"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OTHER_DELETED=""
|
OTHER_DELETED=""
|
||||||
|
|
||||||
if [[ -n $ALL_OTHER_DELETED ]]; then
|
if [[ -n $ALL_OTHER_DELETED ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user