Skip to content

Commit

Permalink
change scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Hong committed Oct 24, 2024
1 parent d7c0d84 commit bdb2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-issue-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const result = awaitgithub.rest.pulls.listCommentsForReview({
const result = await github.rest.pulls.listCommentsForReview({
owner: context.repository.owner,
repo: context.repository.name,
pull_number: context.issue.number,
Expand Down

0 comments on commit bdb2d94

Please sign in to comment.