8000 fix createforIssueComment · python/python-docs-es@a298acd · GitHub
[go: up one dir, main page]

Skip to content

Commit a298acd

Browse files
committed
fix createforIssueComment
1 parent e97b234 commit a298acd

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)
0