pub const META_INTERACTIVE_DEBUG: &str = "interactive_debug";Expand description
Marks a Step that uses an interactive debug action (mxschmitt/action-tmate,
lhotari/action-upterm, actions/tmate, etc.). The cell value is the action
reference (e.g. mxschmitt/action-tmate@v3). A successful debug session
gives the operator an external SSH endpoint with the runner’s full
environment loaded — every secret in scope, the checked-out HEAD, and
write access to whatever the GITHUB_TOKEN holds.