build: upstream

This commit is contained in:
Jozef Steinhübl 2024-06-03 22:33:22 +02:00
commit e29b8409e8
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 14 additions and 1 deletions

View file

@ -11,6 +11,9 @@ inputs:
bun-version-file:
description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")'
required: false
bun-download-url:
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
required: false
registry-url:
required: false
description: "The URL of the package registry to use for installing Bun. Set the $BUN_AUTH_TOKEN environment variable to authenticate with the registry."