Skip to content

Commit 4b2659d

Browse files
feat(actions): update gradle/wrapper-validation-action@v2 (#1267)
Created automatically. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca0e22a commit 4b2659d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27152f6fa06a6b8062ef7195c795692e51fc2c81
1+
85cde3f5a1033b2adc2442631c24b530f1183a1a

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/WrapperValidationActionV2.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ public data class WrapperValidationActionV2 private constructor(
9393
stepId: String,
9494
) : Action.Outputs(stepId) {
9595
/**
96-
* The path of the Gradle Wrapper(s) JAR that failed validation.
96+
* The path of the Gradle Wrapper(s) JAR that failed validation. Path is a
97+
* platform-dependent relative path to git repository root. Multiple paths are separated by a |
98+
* character.
9799
*/
98100
public val failedWrapper: String = "steps.$stepId.outputs.failed-wrapper"
99101
}

0 commit comments

Comments
 (0)