feat: add input for bun-version-file

This commit is contained in:
Ade Hery Shopyan 2024-04-04 17:19:34 +07:00 committed by GitHub
parent 8f24390df0
commit f83767c0cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 116 additions and 16 deletions

View file

@ -8,6 +8,9 @@ inputs:
bun-version:
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
required: false
bun-version-file:
description: 'The version of Bun to install from file. (e.g. ".bumrc")'
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."