We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9def434 commit f7c7dceCopy full SHA for f7c7dce
.github/workflows/coverage.yml
@@ -13,9 +13,7 @@ jobs:
13
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
14
steps:
15
- name: DEBUG
16
- run: echo "$GITHUB_CTX"
17
- env:
18
- GITHUB_CTX: ${{ github.event.workflow_run }}
+ uses: crazy-max/ghaction-dump-context@v1
19
20
- name: Post comment
21
uses: ewjoachim/python-coverage-comment-action@v2
0 commit comments