Add output definitions

This commit is contained in:
Alex Burgel 2023-05-04 22:29:20 -04:00 committed by GitHub
parent 7748c8f507
commit 17db3d5bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -115,7 +115,7 @@ export async function createComment(
if (!body && !previousBody)
return core.warning("Comment body cannot be blank")
await octokit.rest.issues.createComment({
let x = await octokit.rest.issues.createComment({
...repo,
issue_number,
body: previousBody