rsync
rsync copied to clipboard
migrate to node.ns action
trafficstars
on closer inspection, it turns out that the ubuntu-vms on the new yaml-based GitHub Actions already ship with rsync, so there really is no need for a separate, container-based action.
I can just deprecate this action, and post in it's place the proper yaml to get it to work.
mmh but then again, it is a pretty long script that should be factored out somewhere.
Also, if people use container: for the entire job, then they can't use the underlying ubuntu. What a mess.
I think I got it now; to factor out the code, this needs to be a node.js action.