Skip to content

Commit 4b8437f

Browse files
authored
Merge pull request #1304 from merico-dev/fix-github-actions-file-use-https
fix: e2e test error in ci file getter
2 parents 6e15b53 + 0c084e1 commit 4b8437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/configmanager/pipelineDefault.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type pipelineOption struct {
2424
var (
2525
// github actions pipeline options
2626
githubGeneral = pipelineOption{
27-
defaultConfigLocation: "git@github.com:devstream-io/ci-template.git//github-actions",
27+
defaultConfigLocation: "https://raw.githubusercontent.com/devstream-io/ci-template/main/github-actions/workflows/main.yml",
2828
optionGeneratorFunc: pipelineGeneralGenerator,
2929
}
3030
gitlabGeneral = pipelineOption{

0 commit comments

Comments
 (0)