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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,34 @@
1
1
name: Setup Bun
2
2
description: Download, install, and setup Bun to your path.
3
3
author: robobun
4
+
4
5
branding:
5
6
icon: play-circle
6
7
color: white
8
+
7
9
inputs:
8
10
bun-version:
9
-
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
11
+
description: The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)
10
12
required: false
11
13
bun-version-file:
12
-
description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")'
14
+
description: The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")
13
15
default: null
14
16
required: false
15
17
bun-download-url:
16
-
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
18
+
description: Override the URL to download Bun from. This skips version resolution and verifying AVX2 support.
17
19
required: false
18
20
registry-url:
19
21
required: false
20
-
description: "The URL of the package registry to use for installing Bun. Set the $BUN_AUTH_TOKEN environment variable to authenticate with the registry."
22
+
description: The URL of the package registry to use for installing Bun. Set the $BUN_AUTH_TOKEN environment variable to authenticate with the registry.
21
23
scope:
22
24
required: false
23
-
description: "The scope for authenticating with the package registry."
25
+
description: The scope for authenticating with the package registry.
24
26
no-cache:
25
27
required: false
26
28
type: boolean
27
29
default: false
28
-
description: "Disable caching of bun executable."
30
+
description: Disable caching of bun executable.
31
+
29
32
outputs:
30
33
bun-version:
31
34
description: The version of Bun that was installed.
0 commit comments