mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-30 19:30:19 +00:00
Update action.yml (#73)
This commit is contained in:
parent
060d09a82f
commit
3f4565907d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ runs:
|
||||||
echo "Input files: ${ALL_INPUT_FILES[@]}"
|
echo "Input files: ${ALL_INPUT_FILES[@]}"
|
||||||
echo "Matching modified files: ${ALL_MODIFIED_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"
|
echo "::set-output name=any_changed::true"
|
||||||
else
|
else
|
||||||
echo "::set-output name=any_changed::false"
|
echo "::set-output name=any_changed::false"
|
||||||
|
|
Loading…
Reference in a new issue