From 432a8e1b81891da8df174354eb8bfc066640643e Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 21 Nov 2023 12:13:10 -0800 Subject: [PATCH] Test --- .github/workflows/pr-open.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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',