Skip to content

Commit 79e5d71

Browse files
committed
Update hint
1 parent 6a333ae commit 79e5d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ func SetupGitHubActionsEnv(finalEnv map[string]string) error {
336336
remote, err := repo.Remote("origin")
337337
if err != nil {
338338
return CreateErr(nil, err, "remote \"origin\" not found in git repository").
339-
SetHint("Add an origin remote with: git remote add origin <url>")
339+
SetHint("Your repository must have a GitHub remote named \"origin\".")
340340
}
341341

342342
remoteURLs := remote.Config().URLs

0 commit comments

Comments
 (0)