{{ $split := split .Params.github.repo "/" }} {{ .Scratch.Set "ghUser" (index $split 0) }} {{ .Scratch.Set "ghRepo" (index $split 1) }}