From f4d14e03ff726c06358e5557344e1da148b56cf7 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 2 Jun 2024 03:52:40 -0700 Subject: [PATCH] Add `bun-download-url` to `actions.yml` and rebuild (#83) * Add download URL * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index bfb1def..688b1a4 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ branding: icon: play-circle color: white inputs: + bun-download-url: + description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support." + required: false bun-version: description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", )' required: false