Skip to content

Commit 81c7e35

Browse files
committed
fix: PR Comment 관련 코드 수정
1 parent 486c96c commit 81c7e35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lighthouse.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ jobs:
111111
comments += `| ${colorCode} ${formattedName} | ${average.toFixed(1)}${unit} |\n`;
112112
});
113113
114-
if (comments && github.context.issue.number) {
115-
const issue_number = github.context.issue.number;
116-
const repo = github.context.repo.repo;
117-
const owner = github.context.repo.owner;
118-
github.rest.issues.createComment({
114+
if (comments && context.issue.number) {
115+
const issue_number = context.issue.number;
116+
const repo = context.repo.repo;
117+
const owner = context.repo.owner;
118+
github.issues.createComment({
119119
owner,
120120
repo,
121121
issue_number,

0 commit comments

Comments
 (0)