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 c3ac670 commit 1c64bcaCopy full SHA for 1c64bca
.github/workflows/ci.yml
@@ -29,3 +29,4 @@ jobs:
29
uses: ewjoachim/python-coverage-comment-action@v2
30
with:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ VERBOSE: true
.github/workflows/coverage.yml
@@ -14,6 +14,8 @@ jobs:
14
${{ github.event.workflow_run.event == 'pull_request' &&
15
github.event.workflow_run.conclusion == 'success' }}
16
steps:
17
+ - name: DEBUG
18
+ run: echo '${{ github.event.workflow_run.event }}' && echo '${{ github.event.workflow_run.conclusion }}'
19
- name: Post comment
20
21
0 commit comments