We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af02006 commit 0d8bc2eCopy full SHA for 0d8bc2e
1 file changed
src/content-linter/scripts/lint-report.ts
@@ -132,12 +132,12 @@ async function main() {
132
reportLabel: REPORT_LABEL!,
133
}
134
135
- await createReportIssue(reportProps)
+ const newReport = await createReportIssue(reportProps)
136
137
const linkProps = {
138
core,
139
octokit,
140
- newReport: await createReportIssue(reportProps),
+ newReport,
141
reportRepository: REPORT_REPOSITORY!,
142
reportAuthor: REPORT_AUTHOR!,
143
0 commit comments