mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix obj name in ok-to-test PR report
This commit is contained in:
parent
e42fbb648e
commit
51a539dfb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue