Browse Source

Merge pull request #480 from ContainerSolutions/chore/fix-ok-test-report

Fix obj name in ok-to-test PR report
Lucas Severo Alves 4 years ago
parent
commit
5ec5ff0aa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/e2e.yml

@@ -160,7 +160,7 @@ jobs:
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
         script: |
-          const { data: pull } = await github.pulls.get({
+          const { data: pull } = await github.pull_requests.get({
             ...context.repo,
             pull_number: process.env.number
           });