We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f7cfc commit 8389c5aCopy full SHA for 8389c5a
tools/flakeguard/cmd/get_gh_artifact_link.go
@@ -37,7 +37,7 @@ var GetGHArtifactLinkCmd = &cobra.Command{
37
os.Exit(ErrorExitCode)
38
}
39
40
- fmt.Println("Artifact link:", artifactLink)
+ fmt.Println(artifactLink)
41
},
42
43
0 commit comments