mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 21:50:47 +00:00
docs: show correct bun-version-file examples (#86)
* docs: .bun-version * docs: correct bun-version-file examples
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ inputs:
|
||||
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
|
||||
required: false
|
||||
bun-version-file:
|
||||
description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")'
|
||||
description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")'
|
||||
default: ".bun-version"
|
||||
required: false
|
||||
bun-download-url:
|
||||
|
||||
Reference in New Issue
Block a user