From ad9ef7be2853679515c989cb8c890502e68cbffb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 29 May 2026 17:19:38 +0300 Subject: fix(yq): gate vet/lint in CI and drop redundant Sprintf --- internal/github/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/github') diff --git a/internal/github/github.go b/internal/github/github.go index 66e0f67..a05d09f 100644 --- a/internal/github/github.go +++ b/internal/github/github.go @@ -138,7 +138,7 @@ func (c *Client) CreateRepo(repoName, description string, private bool) error { return nil } - url := fmt.Sprintf("https://api.github.com/user/repos") + url := "https://api.github.com/user/repos" reqBody := CreateRepoRequest{ Name: repoName, -- cgit v1.2.3