We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f20b9a commit 01568d4Copy full SHA for 01568d4
.github/workflows/typing-stats.yml
@@ -105,6 +105,6 @@ jobs:
105
106
if (null === previousCommentId && commentContent !== "") {
107
await github.rest.issues.createComment(options)
108
- } else {
+ } else if (previousCommentId) {
109
await github.rest.issues.updateComment({...options, comment_id: previousCommentId})
110
}
0 commit comments