3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-05 09:35:54 +00:00

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 #!/usr/bin/env bash
set -euo pipefail set -exuo pipefail
INPUT_SEPARATOR="${INPUT_SEPARATOR//'%'/'%25'}" INPUT_SEPARATOR="${INPUT_SEPARATOR//'%'/'%25'}"
INPUT_SEPARATOR="${INPUT_SEPARATOR//'.'/'%2E'}" INPUT_SEPARATOR="${INPUT_SEPARATOR//'.'/'%2E'}"