Rename
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/google/go-github/v69/github"
|
||||
"github.com/mudler/LocalAgent/core/types"
|
||||
"github.com/mudler/LocalAgent/pkg/config"
|
||||
"github.com/mudler/LocalAGI/core/types"
|
||||
"github.com/mudler/LocalAGI/pkg/config"
|
||||
"github.com/sashabaranov/go-openai/jsonschema"
|
||||
)
|
||||
|
||||
@@ -51,7 +51,7 @@ func (g *GithubRepositoryCreateOrUpdateContent) Run(ctx context.Context, params
|
||||
}
|
||||
|
||||
if result.CommitMessage == "" {
|
||||
result.CommitMessage = "LocalAgent commit"
|
||||
result.CommitMessage = "LocalAGI commit"
|
||||
}
|
||||
|
||||
if g.repository != "" && g.owner != "" {
|
||||
|
||||
Reference in New Issue
Block a user