Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 21, 2023
1 parent d6b0760 commit a9b7e59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
uses: actions/github-script@v6
with:
script: |
// TODO: Debug loggin'
console.log('context.payload.workflow_run', context.payload.workflow_run);
console.log('context.payload.workflow_run.pull_requests', context.payload.workflow_run.pull_requests);
console.log('context.payload.workflow_run.referenced_workflows', context.payload.workflow_run.referenced_workflows);
console.log(`Downloading artifacts from ${context.payload.workflow_run.html_url}.`);
// The `download-artifact` action can only access artifacts that
// were uploaded in the same workflow. Since it was not this
// workflow that uploaded the artifacts we must use rest api
Expand Down

0 comments on commit a9b7e59

Please sign in to comment.