Setup Rsync
Actions☞ Github actions to setup Rsync 🔄
Note: This action is supported on all runners operating systems (ubuntu, macos, windows)
steps:
- uses: GuillaumeFalourd/setup-rsync@v1.2
- run: rsync --version steps:
- uses: GuillaumeFalourd/setup-rsync@v1.2
id: rsync
with:
ssh_key: ${{ secrets.MY_SSH_KEY }}
- run: echo "SSK KEY PATH ${{ steps.rsync.outputs.ssh_key_path }}"
- run: rsync --versionThis action can receive a ssh_key input, which will be stored in a temporary file to perform further operations afterwards using the ssh_key_path output generated by the action.
☞ If you're interested in contributing to this repository, please follow the guidelines
☞ This repository uses the Apache License 2.0
Setup Rsync is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
