Skip to content

Commit 10409bf

Browse files
committed
Fix newline parsing
1 parent 7d95d80 commit 10409bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
run: |
7878
EXCLUDES=("--exclude vendor" "--exclude .git")
7979
80+
ADDITIONAL_EXCLUDES=${ADDITIONAL_EXCLUDES%$'\n'}
8081
IFS=$'\n';
82+
ADDITIONAL_EXCLUDES=($ADDITIONAL_EXCLUDES)
8183
8284
for i in "${ADDITIONAL_EXCLUDES[@]}"; do
8385
if [ ! -z "$i" ]; then

0 commit comments

Comments
 (0)