Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 21, 2023
1 parent b1e089b commit 432a8e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 432a8e1

Please sign in to comment.