Skip to content

Commit

Permalink
Updated get-changed-paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 24, 2022
1 parent 54b7c1b commit 386cb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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'}"
Expand Down

0 comments on commit 386cb93

Please sign in to comment.