feat: specify matrix on command line (#1675)

* added matrix option

* select the correct subset of matrix configuration after producing all the matrix configuration

* add tests

* update readme

* lint fix

* remove matrix from readme

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Shubh Bapna
2023-03-19 13:25:55 -04:00
committed by GitHub
parent 09de42f067
commit 636c8a34ae
5 changed files with 144 additions and 35 deletions

View File

@@ -47,6 +47,7 @@ type Input struct {
remoteName string
replaceGheActionWithGithubCom []string
replaceGheActionTokenWithGithubCom string
matrix []string
}
func (i *Input) resolve(path string) string {