you can run command with 4 arguments
-
arg is repo name example:
tarmalonchik/git_trigger -
arg is the path to place where you want to store pulled project, example:
/root -
arg is command needed to add to make command example:
build -
arg is the branch you would like to use, example:
master
result command:
go run cmd/main.go tarmalonchik/project_name /root build master