Skip to content

Commit

Permalink
Add console.log for github.event
Browse files Browse the repository at this point in the history
  • Loading branch information
GioChkhaidze authored Jun 9, 2024
1 parent 267f885 commit 4ba5387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
// TriagerX /summarize -chatgpt https://github.com/eclipse-openj9/openj9/issues/19576
// TriagerX /interact -gemini How are you?
console.log(github.event)
let issueUrl = commentBody.includes('https') ? restCommentBody.trim() : github.event.issue.url;
let issueNumber = issueUrl.split('/').pop();
let issueOwner = issueUrl.split('/')[3];
Expand Down

0 comments on commit 4ba5387

Please sign in to comment.