wei/rclone

Feature: multiple rclone commands

rbubley opened this issue · 0 comments

It would be nice if we could issue multiple commands to the github action, e.g.:

…
    args:
      - copy <source>:<source_path> <dest>:<dest_path>
      - copy <source>:<source_path2> <dest>:<dest_path2>

I suspect this could be done with an xargs entrypoint.