Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Sep 2, 2024
1 parent eb5de2b commit bf00ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-updates-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
script: |
const { owner, repo } = context.issue;
const pull_number = context.payload.pull_request.number;
console.log("Github pulls", JSON.stringify(github.pulls, null, 2));
console.log("Owner and repo and pull_number", owner, repo, pull_number);
const { data: reviews } = await github.pulls.listReviews({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit bf00ecf

Please sign in to comment.