actions-marketplace-validations/File deployments
GitHub Action that uploads files to remote servers (rsync + SSH)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 5, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/49nord_action-files@930b4d59cfebeaafa147c47f61595aa36f51f104 # no releases — HEAD as of 2026-07-21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| src | The local path that should be uploaded. Should end with a slash. | yes | — |
| dest | The remote location to sync to, e.g. `user@host:/path/to/dest/`. Should end with a slash. | yes | — |
| ssh_key | SSH private key to add before attempting any transfer. | yes | — |
| known_hosts | SSH known hosts file. | yes | — |
| rsync_args | Arguments passed to `rsync`. The defaults should cover most usecases. | no | --delete -avz |
| ssh_args | Argments passed to `rsyncs` SSH invocation, e.g. to pass a custom port use `-p 12345`. | no | — |
Outputs
no outputs