3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

Updated get-changed-paths.sh

This commit is contained in:
Tonye Jack 2022-11-03 08:03:14 -06:00
parent 08fb627a3d
commit 10de0c5e4e

View file

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