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 45950be commit 9def434Copy full SHA for 9def434
.github/workflows/coverage.yml
@@ -12,6 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
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 }}
19
+
20
- name: Post comment
21
uses: ewjoachim/python-coverage-comment-action@v2
22
with:
0 commit comments