We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e15b53 + 0c084e1 commit 4b8437fCopy full SHA for 4b8437f
internal/pkg/configmanager/pipelineDefault.go
@@ -24,7 +24,7 @@ type pipelineOption struct {
24
var (
25
// github actions pipeline options
26
githubGeneral = pipelineOption{
27
- defaultConfigLocation: "git@github.com:devstream-io/ci-template.git//github-actions",
+ defaultConfigLocation: "https://raw.githubusercontent.com/devstream-io/ci-template/main/github-actions/workflows/main.yml",
28
optionGeneratorFunc: pipelineGeneralGenerator,
29
}
30
gitlabGeneral = pipelineOption{
0 commit comments