Skip to content

Commit 01f91c0

Browse files
committed
Split list.
Fixes #62811, #62267.
1 parent b10c697 commit 01f91c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-pulls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/github-script@v7
3535
with:
3636
script: |
37-
const fixedList = "${{ steps.parse-commit.outputs.fixed_list }}".split('\n');
37+
const fixedList = "${{ steps.parse-commit.outputs.fixed_list }}".split(' ');
3838
3939
console.debug( fixedList );
4040

0 commit comments

Comments
 (0)