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 b2901be commit fc509b3Copy full SHA for fc509b3
pkg/printers/github.go
@@ -15,7 +15,7 @@ type github struct {
15
const defaultGithubSeverity = "error"
16
17
// NewGithub output format outputs issues according to GitHub actions format:
18
-// https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
+// https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-error-message
19
func NewGithub(w io.Writer) Printer {
20
return &github{w: w}
21
}
0 commit comments