mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Update action.yml
This commit is contained in:
parent
1e435854e3
commit
b1f6992ec2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ runs:
|
|||
ALL_CHANGED=$(echo "$ALL_CHANGED" | sed -E 's/(${{ inputs.separator }})$//')
|
||||
ALL_MODIFIED_FILES=$(echo "$ALL_MODIFIED_FILES" | sed -E 's/(${{ inputs.separator }})$//')
|
||||
|
||||
SEP_INPUT_FILES=$(echo $INPUT_FILES || sed -E 's/ /(${{ inputs.separator }})/')
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue