toon-yanaphat/gh-remote-action
Run commands on a remote server over SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Remote host | yes | — |
| username | SSH username | yes | — |
| key | SSH private key | yes | — |
| port | SSH port | no | 22 |
| timeout | Connection timeout (in seconds) | no | 30 |
| envs | Environment variables to pass to the remote script | no | — |
| script | Commands to run | yes | — |
Outputs
no outputs