Setup Rclone action
Version updated for https://github.com/AnimMouse/setup-rclone to version v1.12.0.
- This action is used across all versions by 301 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action simplifies the setup of Rclone in GitHub Actions workflows by automating its installation and configuration. It enables users to utilize Rclone for file transfers and synchronization tasks with various storage backends, addressing the need for efficient configuration management, including support for encrypted, compressed, and plain-text configurations. The action enhances workflows by providing flexibility in handling Rclone configurations and integrating service account files for scalable operations.
Release notes
Changelog:
- Change
.ymlto.yaml. - Update actions/cache to v5.
- Add support for arm64 Windows.
- Remove default false on inputs since it is treated as string not boolean.
- Use semantic versioning on releases.