diff --git a/action.yml b/action.yml index 4e39bee3..66d2e354 100644 --- a/action.yml +++ b/action.yml @@ -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[*]}")