mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
Add no-cache option (#58)
This commit is contained in:
parent
0f37bd8169
commit
d3603274ac
7 changed files with 41 additions and 24 deletions
|
@ -14,6 +14,11 @@ inputs:
|
|||
scope:
|
||||
required: false
|
||||
description: "The scope for authenticating with the package registry."
|
||||
no-cache:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
description: "Disable caching of bun executable."
|
||||
outputs:
|
||||
bun-version:
|
||||
description: The version of Bun that was installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue