Skip to content

Commit

Permalink
Update action.yml (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored May 16, 2021
1 parent 060d09a commit 3f45659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ runs:
echo "Input files: ${ALL_INPUT_FILES[@]}"
echo "Matching modified files: ${ALL_MODIFIED_FILES[@]}"
if [[ ${#ALL_MODIFIED_FILES[@]} -gt 0 ]]; then
if [[ -n "$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 3f45659

Please sign in to comment.