Skip to content

Commit f7c7dce

Browse files
authored
Update coverage.yml
1 parent 9def434 commit f7c7dce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414
steps:
1515
- name: DEBUG
16-
run: echo "$GITHUB_CTX"
17-
env:
18-
GITHUB_CTX: ${{ github.event.workflow_run }}
16+
uses: crazy-max/ghaction-dump-context@v1
1917

2018
- name: Post comment
2119
uses: ewjoachim/python-coverage-comment-action@v2

0 commit comments

Comments
 (0)