From 5bd0f97acbf68191afbef0ec4f8e08ec440d6d62 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 18 Apr 2023 22:13:37 -0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 8334954..5f7108d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,11 @@ set -e +INPUT_SEPARATOR="${INPUT_SEPARATOR//'%'/'%25'}" +INPUT_SEPARATOR="${INPUT_SEPARATOR//'.'/'%2E'}" +INPUT_SEPARATOR="${INPUT_SEPARATOR//$'\n'/'%0A'}" +INPUT_SEPARATOR="${INPUT_SEPARATOR//$'\r'/'%0D'}" + echo "::group::verify-changed-files" if [[ -n "$INPUT_FILES_PATTERN_FILE" ]]; then