ci(debug): replace tmate with upterm - #60
Merged
Merged
Conversation
## Short Summary (TL;DR) The tmate servers have been shut down, so the debug session in these workflows never comes up. Switch to upterm, which does the same job. ## The Issue - tmate-io/tmate#322 Same change as ddev/ddev#8789. ## How This PR Solves The Issue Swap `mxschmitt/action-tmate@v3` for `owenthereal/action-upterm@v1` and rename the step to match. The upterm action has no `github-token` input, so that line is dropped where it was passed. The `debug_enabled` description becomes `Enable remote debugging session`, which no longer names the tool, so the next replacement is one line to change instead of a rename in every workflow. ## Manual Testing Instructions Dispatch a workflow with `debug_enabled` checked and confirm the `Setup upterm session` step prints an `ssh ...@uptermd.upterm.dev` address you can connect to. ## Automated Testing Overview None. The step only runs on `workflow_dispatch` with `debug_enabled`. ## Release/Deployment Notes Debug-only, no effect on normal runs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short Summary (TL;DR)
The tmate servers have been shut down, so the debug session in these workflows never comes up. Switch to upterm, which does the same job.
The Issue
Same change as ddev/ddev#8789.
How This PR Solves The Issue
Swap
mxschmitt/action-tmate@v3forowenthereal/action-upterm@v1and rename the step to match. The upterm action has nogithub-tokeninput, so that line is dropped where it was passed.The
debug_enableddescription becomesEnable remote debugging session, which no longer names the tool, so the next replacement is one line to change instead of a rename in every workflow.Manual Testing Instructions
Dispatch a workflow with
debug_enabledchecked and confirm theSetup upterm sessionstep prints anssh ...@uptermd.upterm.devaddress you can connect to.Automated Testing Overview
None. The step only runs on
workflow_dispatchwithdebug_enabled.Release/Deployment Notes
Debug-only, no effect on normal runs.
🤖 Generated with Claude Code