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
+5-19Lines changed: 5 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,16 @@ author: "TheBrowserCompany"
4
4
5
5
inputs:
6
6
version:
7
-
description: "The version of Dashcam to install."
8
-
default: "1.0.49"# See releases here: https://github.com/replayableio/replayable/releases
7
+
description: "The version of Dashcam to install. See releases here: https://github.com/replayableio/replayable/releases"
9
8
required: true
10
9
node-version:
11
-
description: "The version of Node.js to install."
12
-
default: "16.20.2"# Must match the required version for cli see: https://github.com/replayableio/cli/blob/main/package.json
10
+
description: "The version of Node.js to install. Must match the required version for cli see: https://github.com/replayableio/cli/blob/main/package.json"
13
11
required: true
14
12
node-directory:
15
13
description: "The directory to install Node.js to."
0 commit comments