mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
Update action.yml
This commit is contained in:
parent
b1f6992ec2
commit
3d12540806
1 changed files with 2 additions and 2 deletions
|
@ -127,9 +127,9 @@ runs:
|
|||
SEP_INPUT_FILES=$(echo $INPUT_FILES || sed -E 's/ /(${{ inputs.separator }})/g')
|
||||
|
||||
if [[ $ALL_MODIFIED_FILES -eq $SEP_INPUT_FILES ]]; then
|
||||
echo "::set-output name=has_changes::true"
|
||||
echo "::set-output name=has_changed::true"
|
||||
else
|
||||
echo "::set-output name=has_changes::false"
|
||||
echo "::set-output name=has_changed::false"
|
||||
fi
|
||||
|
||||
echo "::set-output name=added_files::$ADDED"
|
||||
|
|
Loading…
Reference in a new issue