Update action.yml
This commit is contained in:
parent
858bda29ab
commit
41c5eb7faa
@ -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[*]}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user