3
0
Fork 0
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:
Tonye Jack 2021-05-01 08:53:56 -04:00 committed by GitHub
parent 858bda29ab
commit 41c5eb7faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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[*]}")