We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a333ae commit 79e5d71Copy full SHA for 79e5d71
1 file changed
core/github.go
@@ -336,7 +336,7 @@ func SetupGitHubActionsEnv(finalEnv map[string]string) error {
336
remote, err := repo.Remote("origin")
337
if err != nil {
338
return CreateErr(nil, err, "remote \"origin\" not found in git repository").
339
- SetHint("Add an origin remote with: git remote add origin <url>")
+ SetHint("Your repository must have a GitHub remote named \"origin\".")
340
}
341
342
remoteURLs := remote.Config().URLs
0 commit comments