actions-marketplace-validations/Debugging with ssh
Debug your GitHub Actions Environment interactively by using SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Github Token | no | ${{ github.token }} |
| limit-access-to-actor | If only the public SSH keys of the user triggering the workflow should be authorized | no | false |
| limit-access-to-users | If only the public SSH keys of the listed GitHub users should be authorized | no | "" |
| upterm-server | upterm server address (required), supported protocols are ssh, ws, or wss. | yes | ssh://uptermd.upterm.dev:22 |
| ssh-known-hosts | Content for ~/.ssh/known_hosts file on the server | no | "" |
| wait-timeout-minutes | Integer number of minutes to wait for user to connect before shutting down server. Once a user connects, the server will stay up. | no | "" |
Outputs
no outputs