3mo-esolutions/SSH
A GitHub Action to execute a SSH script on a remote server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 18, 2025
- License
- MIT
Pinned Snippet
uses: 3mo-esolutions/github-action-ssh@3c5e3ab553e2e16ab161a9849011069a4225b09d # 0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| SERVER | The server string in the format username@host:port | yes | — |
| SSH_KEY | The SSH private key | yes | — |
| SCRIPT | The script to execute on the remote server | yes | — |
Outputs
no outputs