Skip to content

Commit

Permalink
Merge pull request #167 from kdarkhan/log-github-context
Browse files Browse the repository at this point in the history
Log github.context to investigate missing coverage reports
  • Loading branch information
kdarkhan authored Feb 2, 2024
2 parents 33fec95 + 984cd1b commit 0f3f73c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/github-script@v7
with:
script: |
console.log('context.payload is');
console.log(JSON.stringify(context.payload, null, 2));
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 0f3f73c

Please sign in to comment.