mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 13:57:39 +00:00
Update action.yml
This commit is contained in:
parent
858bda29ab
commit
41c5eb7faa
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ runs:
|
|||
ALL_MODIFIED_FILES+=$(git diff --diff-filter='ACM' --name-only "$HEAD_SHA" | grep -E "(${path})" || true)
|
||||
done
|
||||
|
||||
IFS="${{ inputs.separator }}"
|
||||
export IFS=${{ inputs.separator }}
|
||||
|
||||
ADDED=$(echo "${ADDED[*]}")
|
||||
COPIED=$(echo "${COPIED[*]}")
|
||||
|
|
Loading…
Reference in a new issue