We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6d282 commit cd6d3edCopy full SHA for cd6d3ed
.github/workflows/ci-unittests.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
script: |
30
var payload = context.payload
31
+ if (!payload || !payload.number) return ;
32
console.log(payload)
33
console.log(payload.user)
34
github.rest.issues.createComment({
0 commit comments