chore: update dist & changelog

This commit is contained in:
元凛
2023-08-16 13:29:01 +08:00
parent 0071d48bea
commit 5457ae8d7c
2 changed files with 7 additions and 1 deletions

2
dist/index.js vendored
View File

@@ -16920,7 +16920,7 @@ function doGetIssue() {
const labelsString = labels.length ? labels.map(({ name }) => name).join(',') : '';
core.setOutput('issue-labels', labelsString);
const assigneesString = assignees.length ? assignees.map(({ login }) => login).join(',') : '';
core.setOutput('issue-body', assigneesString);
core.setOutput('issue-assignees', assigneesString);
});
}
exports.doGetIssue = doGetIssue;