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: action-binding-generator/src/main/kotlin/io/github/typesafegithub/workflows/actionbindinggenerator/domain/ActionCoords.kt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ public data class ActionCoords(
6
6
valowner:String,
7
7
valname:String,
8
8
valversion:String,
9
+
10
+
/**
11
+
* The version part that is significant when generating the YAML output,
12
+
* i.e. whether to write the full version, only the major version or major and minor version.
13
+
* This is used to enable usage of Maven ranges without needing to specify a custom version
14
+
* each time instantiating an action.
15
+
* The value of this property is part of the Maven coordinates as a suffix for the [name] property.
Copy file name to clipboardExpand all lines: action-binding-generator/src/main/kotlin/io/github/typesafegithub/workflows/actionbindinggenerator/domain/SignificantVersion.kt
Copy file name to clipboardExpand all lines: maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/ActionCoordsUtils.kt
0 commit comments