You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/gradle/WrapperValidationActionV2.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,9 @@ public data class WrapperValidationActionV2 private constructor(
93
93
stepId:String,
94
94
) : Action.Outputs(stepId) {
95
95
/**
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 |
0 commit comments