From 882f4740f2d7223b4cc6fc125ef9cea0be970e42 Mon Sep 17 00:00:00 2001 From: Araxeus Date: Sun, 14 Jul 2024 11:57:34 +0300 Subject: [PATCH] fix: bun-version-file default value 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."