Skip to content

Commit

Permalink
xxx wait
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Feb 3, 2024
1 parent f9f9e4f commit b135657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b135657

Please sign in to comment.