actions-marketplace-validations/SFTP Sync

Sync directory to server via sftp

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 29, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/swillner_sftp-sync-action@629e1fe7a2db87d0f1da0e15a970b514fe398c09 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
serverserveryes
portserver port (default: 22)yes22
useruseryes
user_private_keyPrivate SSH key for user (include via secrets if possible)yes
host_public_keyPublic SSH key of hostyes""
localLocal path to sync (default: .)yes.
remotePath on server (default: .)yes.
ssh_optionsAdditional options for SSHno
mirror_optionsAdditional options for lftp mirror command (e.g. '--exclude-glob=.git*/ --verbose' is useful)no

no outputs