We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c167a commit 6bc3d38Copy full SHA for 6bc3d38
.github/workflows/test.yml
@@ -36,11 +36,3 @@ jobs:
36
env:
37
ACTIONS_STEP_DEBUG: true # Enable debug logs
38
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