/setup-rsync

Github Actions to setup rsync (all os supported) 🔄

Apache License 2.0Apache-2.0

Setup Rsync

Action test on Ubuntu Action test on MacOS Action test on Windows

rsync

☞ Github actions to setup Rsync 🔄

Note: This action is supported on all runners operating systems (ubuntu, macos, windows)

📚 Usage

Ubuntu

    runs-on: ubuntu-latest
    steps:
      - uses: GuillaumeFalourd/setup-rsync@v1
      - run: rsync --version

MacOs

    runs-on: macos-latest
    steps:
      - uses: GuillaumeFalourd/setup-rsync@v1
      - run: rsync --version

Windows

    runs-on: windows-latest
    steps:
      - uses: GuillaumeFalourd/setup-rsync@v1
      - run: rsync --version

🤝 Contributing

☞ If you're interested in contributing to this repository, please follow the guidelines

🏅 Licensed

☞ This repository uses the Apache License 2.0