Closed gilzow closed 1 year ago
previous update chained our .github deletion and moves with &&s but if an upstream didn't introduce a .github directory the command would fail since the test failed.
.github
Reformats the command to only attempt a delete if the test passes.
previous update chained our .github deletion and moves with &&s but if an upstream didn't introduce a
.github
directory the command would fail since the test failed.Reformats the command to only attempt a delete if the test passes.