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.yml
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,14 @@ inputs:
236
236
description: "Pre-compiled version of digger CLI to install. Must correspond to a valid release tag (vX.Y.Z). This value overrides the version derived from the github.action_ref."
237
237
required: false
238
238
default: ""
239
+
digger-os:
240
+
description: "OS variant of the digger CLI to install. Valid configurable values are: windows, linux, darwin, freebsd."
241
+
required: false
242
+
default: "Linux"
243
+
digger-arch:
244
+
description: "Architecture of the digger CLI to install. Valid configurable values are: amd64, arm64, 386."
0 commit comments