rsync icon indicating copy to clipboard operation
rsync copied to clipboard

migrate to node.ns action

Open maxheld83 opened this issue 6 years ago • 3 comments
trafficstars

maxheld83 avatar Sep 23 '19 19:09 maxheld83

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.

maxheld83 avatar Sep 23 '19 20:09 maxheld83

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.

maxheld83 avatar Sep 23 '19 20:09 maxheld83

I think I got it now; to factor out the code, this needs to be a node.js action.

maxheld83 avatar Sep 24 '19 06:09 maxheld83