Skip to content

Commit

Permalink
feat: Add support for listing renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 14, 2022
1 parent 1e1e79b commit c004907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Expand Up @@ -82,7 +82,7 @@ else
else
echo "::set-output name=any_changed::false"
fi

OTHER_CHANGED=""

if [[ -n $ALL_OTHER_CHANGED ]]; then
Expand Down Expand Up @@ -112,7 +112,7 @@ else
else
echo "::set-output name=any_modified::false"
fi

OTHER_MODIFIED=""

if [[ -n $ALL_OTHER_MODIFIED ]]; then
Expand Down Expand Up @@ -142,7 +142,7 @@ else
else
echo "::set-output name=any_deleted::false"
fi

OTHER_DELETED=""

if [[ -n $ALL_OTHER_DELETED ]]; then
Expand Down

0 comments on commit c004907

Please sign in to comment.