feat: add option to specify git remote name (#1104)

fixes https://github.com/nektos/act/issues/1099
fixes https://github.com/nektos/act/issues/983

Signed-off-by: Ryan <me@hackerc.at>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Ryan
2022-04-04 19:53:08 +02:00
committed by GitHub
parent 9dc17f9144
commit d4272bd9fe
6 changed files with 15 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ type Input struct {
artifactServerPort string
jsonLogger bool
noSkipCheckout bool
remoteName string
}
func (i *Input) resolve(path string) string {