feat: add input bun-version-file (#76)

* feat: add input for bun-version-file

* docs: update example bun version file

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ade Hery Shopyan 2024-04-13 03:17:14 +07:00 committed by GitHub
parent 8f24390df0
commit 3ef79febc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 148 additions and 51 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."