mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-21 05:28:14 +00:00
feat: Add support for listing renames.
This commit is contained in:
parent
0093196671
commit
f1a01ff091
1 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ else
|
|||
else
|
||||
echo "::set-output name=any_changed::false"
|
||||
fi
|
||||
|
||||
|
||||
OTHER_CHANGED=""
|
||||
|
||||
if [[ -n $ALL_OTHER_CHANGED ]]; then
|
||||
|
@ -112,7 +112,7 @@ else
|
|||
else
|
||||
echo "::set-output name=any_modified::false"
|
||||
fi
|
||||
|
||||
|
||||
OTHER_MODIFIED=""
|
||||
|
||||
if [[ -n $ALL_OTHER_MODIFIED ]]; then
|
||||
|
@ -142,7 +142,7 @@ else
|
|||
else
|
||||
echo "::set-output name=any_deleted::false"
|
||||
fi
|
||||
|
||||
|
||||
OTHER_DELETED=""
|
||||
|
||||
if [[ -n $ALL_OTHER_DELETED ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue