From e19523f283055c249748d42bed9ae54527dcb43f Mon Sep 17 00:00:00 2001 From: Livvyfttf <157781992+Livvyfttf@users.noreply.github.com> Date: Thu, 16 May 2024 15:27:54 +0800 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 455c68a..821c6f7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ async function run(): Promise { const labels = core .getInput('labels') - .split('\n') + .split('_') .filter(l => l !== ''); const [owner, repo] = core.getInput('repo').split('/'); const number =