Updated get-changed-paths.sh

This commit is contained in:
Tonye Jack 2022-11-23 19:08:10 -07:00
parent 54b7c1b8d2
commit 386cb933d4

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
set -euxo pipefail
INPUT_SEPARATOR="${INPUT_SEPARATOR//'%'/'%25'}"
INPUT_SEPARATOR="${INPUT_SEPARATOR//'.'/'%2E'}"