From 68f10de3ead55c05465e5cdc8c0452c8d5d4afba Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 13 Feb 2023 21:28:45 -0700 Subject: [PATCH] Enable debugging. --- get-changed-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-changed-paths.sh b/get-changed-paths.sh index 5cf7fd2f..edc8df1f 100755 --- a/get-changed-paths.sh +++ b/get-changed-paths.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euo pipefail +set -euxo pipefail INPUT_SEPARATOR="${INPUT_SEPARATOR//'%'/'%25'}" INPUT_SEPARATOR="${INPUT_SEPARATOR//'.'/'%2E'}"