mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 22:48:28 +02:00
feat: added no-cache to action inputs
This commit is contained in:
parent
0f37bd8169
commit
1c42f45010
6 changed files with 35 additions and 23 deletions
|
@ -14,6 +14,9 @@ inputs:
|
|||
scope:
|
||||
required: false
|
||||
description: "The scope for authenticating with the package registry."
|
||||
no-cache:
|
||||
required: false
|
||||
description: "Disable caching of the downloaded executable."
|
||||
outputs:
|
||||
bun-version:
|
||||
description: The version of Bun that was installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue