Skip to content

Commit

Permalink
revert to call github.rest.issues.createComment not async
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Sep 19, 2024
1 parent 3ed7bff commit 4357a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-preview-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ ${previewLinks}
}

// Create a new comment with preview links
await github.rest.issues.createComment({
github.rest.issues.createComment({
issue_number: prNumber,
...commentObject,
});
Expand Down

0 comments on commit 4357a43

Please sign in to comment.