actions-marketplace-validations/SCP Files Action
Secure copy files from repo to remote server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 26, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/a-was_scp-files-action@5a4fdc057ce4e21ca5c9dd69ea67bb1375240fe2 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Remote host | yes | — |
| port | Remote host SSH port | yes | 22 |
| user | Remote host user | yes | — |
| key | SSH private key | yes | — |
| source | Repo directory path. Default whole repo | yes | $(pwd)/ |
| destination | Remote directory path. Default home directory | yes | ~/ |
Outputs
no outputs