3mo-esolutions/Rsync
A GitHub Action to sync files via rsync
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 21, 2024
- License
- MIT
Pinned Snippet
uses: 3mo-esolutions/github-action-rsync@eb5f445c1aacdb2ca6af53ff64652ea6bf6e933a # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| SERVER | The server to connect to | yes | — |
| SSH_KEY | The SSH private key to use for authentication | yes | — |
| SOURCE | The source directory to sync | yes | — |
| TARGET | The target directory to sync | yes | — |
Outputs
no outputs