Skip to content

Commit 8fc2092

Browse files
committed
log
1 parent 5db82fb commit 8fc2092

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/comment-on-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
script: |
2424
let issue_number;
25+
console.log("inputs:", process.env);
26+
2527
console.log("eventName==>", context.eventName);
2628
if (context.eventName === "issues") {
2729
issue_number = context.payload.issue.number;

0 commit comments

Comments
 (0)