Skip to content

Commit b3104cd

Browse files
committed
fix logging
1 parent 9ba22f5 commit b3104cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
assignees,
3838
});
3939
40-
console.log(`Assigned issue #${issueNumber} to ${assignee}`);
40+
console.log(`Assigned issue #${issueNumber} to ${assignees.join(', ')}`);

0 commit comments

Comments
 (0)