Using this inside of an organisation where the actions repo are internal or private the scripts are unable to clone the git repo as it expects them to be public.
Any chance we can add a way to specify auth details to push through to git?
I may take a look if/when I get a chance but wanted to get any ideas on implementation first
This is what happens currently
EXEC: git remote add origin https://github.com/my-org/actions.git
EXEC: git -c protocol.version=2 fetch --tags --no-recurse-submodules origin
fatal: could not read Username for 'https://github.com/': No such device or address
ERROR: Command exited with code 128