We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab51ea1 commit 529e114Copy full SHA for 529e114
.github/workflows/bench.yaml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ github.event_name == 'pull_request' }}
30
with:
31
script: |
32
- return github.rest.issues.listComments({
+ return await github.rest.issues.listComments({
33
issue_number: context.issue.number,
34
owner: context.repo.owner,
35
repo: context.repo.repo,
0 commit comments