We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1de36 commit 3b648a8Copy full SHA for 3b648a8
.github/workflows/ci.yml
@@ -42,4 +42,3 @@ jobs:
42
name: python-coverage-comment-action
43
# If you use a different name, update COMMENT_FILENAME accordingly
44
path: python-coverage-comment-action.txt
45
- ACTIONS_RUNNER_DEBUG: true
.github/workflows/coverage.yml
@@ -31,7 +31,6 @@ jobs:
31
with:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
34
35
# Update those if you changed the default values:
36
# COMMENT_ARTIFACT_NAME: python-coverage-comment-action
37
# COMMENT_FILENAME: python-coverage-comment-action.txt
0 commit comments