From b135657412f9434b6ae4331d3f76ce9a8fb5def8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 2 Feb 2024 22:55:19 -0800 Subject: [PATCH] xxx wait --- .github/workflows/issue-write.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-write.yml b/.github/workflows/issue-write.yml index f3d5ce5625ea13..03b8acda82740c 100644 --- a/.github/workflows/issue-write.yml +++ b/.github/workflows/issue-write.yml @@ -89,7 +89,7 @@ jobs: // Security check: Ensure that this comment was created by // the github-actions bot, so a malisious input won't overwrite // a user's comment. - const comment_data = github.issues.getComment({ + await comment_data = github.issues.getComment({ owner: context.repo.owner, repo: context.repo.repo, comment_id: comment.id