Skip to content

Commit 529e114

Browse files
committed
Use await
1 parent ab51ea1 commit 529e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.event_name == 'pull_request' }}
3030
with:
3131
script: |
32-
return github.rest.issues.listComments({
32+
return await github.rest.issues.listComments({
3333
issue_number: context.issue.number,
3434
owner: context.repo.owner,
3535
repo: context.repo.repo,

0 commit comments

Comments
 (0)