From 41c5eb7faa2a16c1b49bb6ec5fba7847449db033 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 08:53:56 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[*]}")