Skip to content

Commit 3b648a8

Browse files
committed
Remove DEBUG variables
They're supposed to go in the repo
1 parent 7d1de36 commit 3b648a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ jobs:
4242
name: python-coverage-comment-action
4343
# If you use a different name, update COMMENT_FILENAME accordingly
4444
path: python-coverage-comment-action.txt
45-
ACTIONS_RUNNER_DEBUG: true

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
34-
ACTIONS_RUNNER_DEBUG: true
3534
# Update those if you changed the default values:
3635
# COMMENT_ARTIFACT_NAME: python-coverage-comment-action
3736
# COMMENT_FILENAME: python-coverage-comment-action.txt

0 commit comments

Comments
 (0)