diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 49cb96218..4c2abd36d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -38,9 +38,11 @@ jobs: with: result-encoding: string script: | - const diff_url = context.payload.pull_request.diff_url - const result = await github.request(diff_url) - console.log(result) + const payload = context.payload + console.log(payload) + +# const result = await github.request(diff_url) +# console.log(result) # github.rest.git.getCommit({ # owner: 'bcgov',