Skip to content

Commit 49791e4

Browse files
committed
Fix issue parsing filenames with space
1 parent 604dde7 commit 49791e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ runs:
233233
234234
cd "./llvm-ci-perf-results"
235235
git add .
236+
IFS="$(printf '\n')"
236237
for diff in $(git diff HEAD --name-only); do
237238
mkdir -p "../cached_changes/$(dirname $diff)"
238239
cp "$diff" "../cached_changes/$diff"

0 commit comments

Comments
 (0)