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.
1 parent 461af71 commit 0c084e1Copy full SHA for 0c084e1
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