Add no-cache option (#58)

This commit is contained in:
Max Schwenk 2024-02-23 14:09:38 -05:00 committed by GitHub
parent 0f37bd8169
commit d3603274ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 41 additions and 24 deletions

View file

@ -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.