Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita298acd

Browse files
committed
fix createforIssueComment
1 parente97b234 commita298acd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/pospell-on-demand.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
uses:actions/github-script@v6
1616
with:
1717
script:|
18-
const {owner, repo} = context.issue
19-
github.reactions.createForIssueComment({
20-
owner,
21-
repo,
18+
await github.rest.issues.createForIssueComment({
19+
context.repo.owner,
20+
context.repo.repo,
2221
comment_id: context.payload.comment.id,
2322
content: "+1",
2423
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp