Hello everybody,
is it possible to use git in Runbook in Automation Accounts?
I'd like to create Runbook that automatically backs up git repositories in Azure DevOps to blob Storage.
Obviously git is not installed and my question is - is it possible to install it somehow?
----------- Job Status: Completed-------------
--------------- Output ----------------
Error: git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ git status
+ ~~~
+ CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I'm expecting negative answer, but I wanted to ask anyway :-)
Thank you very much in advance.
Best regards,
Jan