Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Livvyfttf authored May 16, 2024
1 parent 1a9c371 commit e19523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function run(): Promise<void> {

const labels = core
.getInput('labels')
.split('\n')
.split('_')
.filter(l => l !== '');
const [owner, repo] = core.getInput('repo').split('/');
const number =
Expand Down

0 comments on commit e19523f

Please sign in to comment.