Skip to content

Commit

Permalink
added cncnf repo name
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Jun 11, 2024
1 parent 9bb555b commit 85c3400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/repo-variable-writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ type StatePersistentFactory interface {

const (
LocProjMeta string = "../projects/project.json"
FullRepoName string = "dipankardas011/test-vars"
// FullRepoName string = "cncf-tags/green-reviews-tooling"
FullRepoName string = "cncf-tags/green-reviews-tooling"
)

func toPtr[T any](v T) *T {
Expand Down

0 comments on commit 85c3400

Please sign in to comment.