Skip to content

Commit 6bc3d38

Browse files
committed
remove ssh debugging
1 parent c0c167a commit 6bc3d38

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ jobs:
3636
env:
3737
ACTIONS_STEP_DEBUG: true # Enable debug logs
3838
ACTIONS_RUNNER_DEBUG: true # Additional debug logs from Github Actions itself
39-
40-
# SSH Debugging (Optional)
41-
# Uncomment this step to open an SSH session into the GitHub Actions runner.
42-
# This helps debug issues that occur only in CI by allowing manual inspection.
43-
# Once enabled, GitHub will print an SSH command in the logs, which you can use to connect.
44-
# To exit the session and continue the workflow, type 'exit' in the terminal.
45-
- name: Debug with SSH
46-
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)