1
0
Fork 0
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:
Lucas Severo Alves 2021-11-10 15:26:02 +01:00
parent e42fbb648e
commit 51a539dfb1

View file

@ -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
});