docs: update link (#4274)
This commit is contained in:
parent
b2901be299
commit
fc509b37dd
@ -15,7 +15,7 @@ type github struct {
|
||||
const defaultGithubSeverity = "error"
|
||||
|
||||
// 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 {
|
||||
return &github{w: w}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user