Skip to content

Commit 9def434

Browse files
authored
debug step
1 parent 45950be commit 9def434

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414
steps:
15+
- name: DEBUG
16+
run: echo "$GITHUB_CTX"
17+
env:
18+
GITHUB_CTX: ${{ github.event.workflow_run }}
19+
1520
- name: Post comment
1621
uses: ewjoachim/python-coverage-comment-action@v2
1722
with:

0 commit comments

Comments
 (0)