mxschmitt/Debugging with tmate

Debug your GitHub Actions Environment interactively by using SSH or a Web shell

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sudoIf apt should be executed with sudo or withoutnoauto
install-dependenciesWhether or not to install dependencies for tmate on linux (openssh-client, xz-utils)notrue
limit-access-to-actorWhether to authorize only the public SSH keys of the user triggering the workflow (defaults to true if the GitHub profile of the user has a public SSH key)noauto
detachedIn detached mode, the workflow job will continue while the tmate session is activenofalse
connect-timeout-secondsHow long in seconds to wait for a connection to be establishedno600
tmate-server-hostThe hostname for your tmate server (e.g. ssh.example.org)no""
tmate-server-portThe port for your tmate server (e.g. 2222)no""
tmate-server-rsa-fingerprintThe RSA fingerprint for your tmate serverno""
tmate-server-ed25519-fingerprintThe ed25519 fingerprint for your tmate serverno""
msys2-locationThe root of the MSYS2 installation (on Windows runners)noC:\msys64
github-tokenPersonal access token (PAT) used to call into GitHub's REST API. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) ${{ github.token }}
namedescription
ssh-commandThe SSH command to connect to the tmate session (only set when detached mode is enabled)
ssh-addressThe raw SSH address without the "ssh" prefix (only set when detached mode is enabled)
web-urlThe web URL to connect to the tmate session (only set when detached mode is enabled and web URL is available)