Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Sep 27, 2024
1 parent cbcc16c commit f05de5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const prNumber = await github.rest.repos.listPullRequestsAssociatedWithCommit({
const prNumber = (await github.rest.repos.listPullRequestsAssociatedWithCommit({
commit_sha: context.sha,
owner: "${{ github.event.workflow_run.head_repository.owner.login }}",
repo: "${{ github.event.workflow_run.head_repository.name }}",
}).data[0]?.number;
})).data[0]?.number;
if (prNumber) {
github.rest.issues.createComment({
Expand Down

0 comments on commit f05de5a

Please sign in to comment.