fix: bun-version-file default value (#90)

fix #89
This commit is contained in:
Araxeus 2024-07-15 15:17:41 +03:00 committed by GitHub
parent 339e277e69
commit f43b443c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ inputs:
required: false required: false
bun-version-file: bun-version-file:
description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")' description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")'
default: ".bun-version" default: null
required: false required: false
bun-download-url: bun-download-url:
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support." description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."