mirror of
https://github.com/gradle/actions.git
synced 2025-08-25 19:31:27 +08:00
Update documentation link
This commit is contained in:
parent
ba79f71e36
commit
ea328a863d
@ -16,7 +16,7 @@ export async function run(): Promise<void> {
|
|||||||
core.info(result.toDisplayString())
|
core.info(result.toDisplayString())
|
||||||
} else {
|
} else {
|
||||||
core.setFailed(
|
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) {
|
if (result.invalid.length > 0) {
|
||||||
core.setOutput('failed-wrapper', `${result.invalid.map(w => w.path).join('|')}`)
|
core.setOutput('failed-wrapper', `${result.invalid.map(w => w.path).join('|')}`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user