Skip to content

Commit

Permalink
Add support for any changed file. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 1, 2021
1 parent a0301e7 commit bdd3bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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"
Expand Down

0 comments on commit bdd3bf8

Please sign in to comment.