From f43b443c1c80562b21b01463d75b1ec29b02a228 Mon Sep 17 00:00:00 2001 From: Araxeus Date: Mon, 15 Jul 2024 15:17:41 +0300 Subject: [PATCH] fix: bun-version-file default value (#90) fix #89 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 45646333..5c1d85e0 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: required: false bun-version-file: description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")' - default: ".bun-version" + default: null required: false bun-download-url: description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."