Skip to content

Commit

Permalink
fix: await 지시문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed May 29, 2024
1 parent cf7ac99 commit 312c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
const issue_number = context.issue.number;
const repo = context.repo.repo;
const owner = context.repo.owner;
await github.rest.issues.createComment({
github.rest.issues.createComment({
owner,
repo,
issue_number,
Expand Down

0 comments on commit 312c832

Please sign in to comment.