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
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ inputs:
15
15
description: 'Specify whether the CLI should be redownloaded'
16
16
default: 'false'
17
17
devbox-version: # version of the devbox cli
18
-
description: 'Specify devbox CLI version you want to pin to. Default to latest'
18
+
description: 'Specify devbox CLI version you want to pin to. Default to latest release. If version is URL, the URL will be downloaded and used as the devbox binary, assumed to be zipped.'
19
19
default: ''
20
20
sha256-checksum: # the expected SHA256 checksum of the devbox binary.
21
21
description: 'Specify an explicit checksum for the devbox binary. For extra security on top of the existing checks in the devbox launch script'
0 commit comments