Doug Tangren
Doug Tangren
I have some unpushed code in my giter8 fork that does pretty much that. I'll try to step it up and push it tonight for pulling.
No progress on this yet?
good point. I'll see if I can find a way to catch that specific error and provide a clearer error message
https://doc.rust-lang.org/std/fs/fn.set_permissions.html
https://github.com/rschmitt/heatseeker
https://github.com/Munksgaard/inquirer-rs
sorry I missed this message. I'll try to follow up with an example soon but it should really be no different than how you'd do this in any other multi...
Can you share a link to your workflow? There's nothing in particular we do to manage your working directories. I believe the configuration option you mentioned simply switches the working...
I think I see the issue the following settings the working directory for each step. think of it like the PWD path when executing a step ```yml defaults: run: working-directory:...