actions-marketplace-validations/SCP Upload
Upload files using SCP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 4, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/betanzos_scp-upload@9a0b8d8ff2964b3876d4210c56b5c25bd7c34e29 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source local file path | yes | — |
| host | Remote host | yes | — |
| port | Remote host SSH port | no | 22 |
| username | Remote host username | yes | — |
| key | SSH private key | yes | — |
| remote_dir | Remote directory to copy the file | no | ~ |
| recursive | Recursively copy entire source directories. Valid values: true and false (specified as strings) | no | false |
Outputs
no outputs