mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Update documentation link
This commit is contained in:
parent
ba79f71e36
commit
ea328a863d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export async function run(): Promise<void> {
|
|||
core.info(result.toDisplayString())
|
||||
} else {
|
||||
core.setFailed(
|
||||
`Gradle Wrapper Validation Failed!\n See https://github.com/gradle/wrapper-validation-action#reporting-failures\n${result.toDisplayString()}`
|
||||
`Gradle Wrapper Validation Failed!\n See https://github.com/gradle/actions/blob/main/docs/wrapper-validation.md#reporting-failures\n${result.toDisplayString()}`
|
||||
)
|
||||
if (result.invalid.length > 0) {
|
||||
core.setOutput('failed-wrapper', `${result.invalid.map(w => w.path).join('|')}`)
|
||||
|
|
Loading…
Reference in a new issue