docs: show correct bun-version-file examples (#86)
* docs: .bun-version * docs: correct bun-version-file examples
This commit is contained in:
@@ -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