Skip to content

Commit c5ccfc4

Browse files
vikram@dagger.iovikram@dagger.io
authored andcommitted
Fix code
Signed-off-by: vikram@dagger.io <Vikram Vaswani>
1 parent 5a28e5a commit c5ccfc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.dagger/src/book/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ async def fix_ci(
236236
comment_body += f"\n\nPR with fixes: {pr_url}"
237237

238238
#comment_url = await dag.workspace(source=source, token=token).comment(repository, ref, comment_body)
239-
comment_url = await dag.github_api().comment(repository, ref, comment_body, token)
239+
comment_url = await dag.github_api().create_comment(repository, ref, comment_body, token)
240240

241241
return f"Comment posted: {comment_url}"

0 commit comments

Comments
 (0)