diff --git a/action.yml b/action.yml index 22ec0bc..4564633 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", )' 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: