Update get-changed-paths.sh

This commit is contained in:
Tonye Jack 2022-11-03 07:14:43 -06:00 committed by GitHub
parent de59412f4b
commit 4034cb97bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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