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

View File

@@ -113,7 +113,7 @@ runs:
ALL_MODIFIED_FILES+=$(git diff --diff-filter='ACM' --name-only "$HEAD_SHA" | grep -E "(${path})" || true) ALL_MODIFIED_FILES+=$(git diff --diff-filter='ACM' --name-only "$HEAD_SHA" | grep -E "(${path})" || true)
done done
IFS="${{ inputs.separator }}" export IFS=${{ inputs.separator }}
ADDED=$(echo "${ADDED[*]}") ADDED=$(echo "${ADDED[*]}")
COPIED=$(echo "${COPIED[*]}") COPIED=$(echo "${COPIED[*]}")