docs: update link (#4274)
This commit is contained in:
parent
b2901be299
commit
fc509b37dd
@ -15,7 +15,7 @@ type github struct {
|
|||||||
const defaultGithubSeverity = "error"
|
const defaultGithubSeverity = "error"
|
||||||
|
|
||||||
// NewGithub output format outputs issues according to GitHub actions format:
|
// NewGithub output format outputs issues according to GitHub actions format:
|
||||||
// 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
|
||||||
func NewGithub(w io.Writer) Printer {
|
func NewGithub(w io.Writer) Printer {
|
||||||
return &github{w: w}
|
return &github{w: w}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user